ServiceClient.ServiceCheck Method (International)

 

Applies To: SQL Server 2016 Preview

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

public OperationResult ServiceCheck(
    International International
)
public:
OperationResult^ ServiceCheck(
    International^ International
)
member ServiceCheck : 
        International:International -> OperationResult
Public Function ServiceCheck (
    International As International
) As OperationResult

Parameters

Return Value

Type: Microsoft.MasterDataServices.OperationResult

An OperationResult object containing the result of an operation.

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top