Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
Public Function StagingNameCheck ( _
International As International, _
StagingName As String, _
<OutAttribute> ByRef OperationResult As OperationResult _
) As Boolean
'Usage
Dim instance As ServiceClient
Dim International As International
Dim StagingName As String
Dim OperationResult As OperationResult
Dim returnValue As Boolean
returnValue = instance.StagingNameCheck(International, _
StagingName, OperationResult)
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 : International,
StagingName : String,
OperationResult : OperationResult
) : boolean
Parameter
- International
Typ: Microsoft.MasterDataServices.International
The cultural settings.
- StagingName
Typ: System.String
The staging name to check.
- OperationResult
Typ: Microsoft.MasterDataServices.OperationResult%
When this method returns, contains the operation result. This parameter is passed uninitialized.
Rückgabewert
Typ: System.Boolean
true if the staging name is unique; false if the name is already used.