ServiceClient.StagingNameCheck Method (International, String, OperationResult)

 

Applies To: SQL Server 2016 Preview

Checks the staging name to see if the name is unique or the name is already used.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

public bool StagingNameCheck(
    International International,
    string StagingName,
    out OperationResult OperationResult
)
public:
bool StagingNameCheck(
    International^ International,
    String^ StagingName,
    [OutAttribute] OperationResult^% OperationResult
)
member StagingNameCheck : 
        International:International *
        StagingName:string *
        OperationResult:OperationResult byref -> bool
Public Function StagingNameCheck (
    International As International,
    StagingName As String,
    <OutAttribute> ByRef OperationResult As OperationResult
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the staging name is unique; false if the name is already used.

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top