Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Determines whether the Master Data Services Web service is up and running and is connected to the database.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Function ServiceCheck ( _
International As International _
) As OperationResult
'Usage
Dim instance As ServiceClient
Dim International As International
Dim returnValue As OperationResult
returnValue = instance.ServiceCheck(International)
public OperationResult ServiceCheck(
International International
)
public:
OperationResult^ ServiceCheck(
International^ International
)
member ServiceCheck :
International:International -> OperationResult
public function ServiceCheck(
International : International
) : OperationResult
Parameters
- International
Type: Microsoft.MasterDataServices.International
The cultural settings.
Return Value
Type: Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.