ServiceClient.StagingNameCheck 方法
Checks the staging name to see if the name is unique or the name is already used.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
Public Function StagingNameCheck ( _
International As International, _
StagingName As String, _
<OutAttribute> ByRef OperationResult As OperationResult _
) As Boolean
用法
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
参数
- International
类型:Microsoft.MasterDataServices.International
The cultural settings.
- StagingName
类型:System.String
The staging name to check.
- OperationResult
类型:Microsoft.MasterDataServices.OperationResult%
When this method returns, contains the operation result. This parameter is passed uninitialized.
返回值
类型:System.Boolean
true if the staging name is unique; false if the name is already used.