Поделиться через


Метод ServiceClient.ServiceCheck

Determines whether the Master Data Services Web service is up and running and is connected to the database.

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
Public Function ServiceCheck ( _
    International As International _
) As OperationResult
'Применение
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

Параметры

Возвращаемое значение

Тип: Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.

См. также

Справочник

ServiceClient Класс

Пространство имен Microsoft.MasterDataServices