Méthode ServiceClient.StagingNameCheck
Checks the staging name to see if the name is unique or the name is already used.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
Public Function StagingNameCheck ( _
International As International, _
StagingName As String, _
<OutAttribute> ByRef OperationResult As OperationResult _
) As Boolean
'Utilisation
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
Paramètres
- International
Type : Microsoft.MasterDataServices.International
The cultural settings.
- StagingName
Type : System.String
The staging name to check.
- OperationResult
Type : Microsoft.MasterDataServices.OperationResult%
When this method returns, contains the operation result. This parameter is passed uninitialized.
Valeur de retour
Type : System.Boolean
true if the staging name is unique; false if the name is already used.