Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Determines whether the DQS is properly installed and configured to work with Master Data Services with the specified setting.
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
Public Function DataQualityInstalledState ( _
International As International, _
<OutAttribute> ByRef OperationResult As OperationResult _
) As Boolean
'Применение
Dim instance As ServiceClient
Dim International As International
Dim OperationResult As OperationResult
Dim returnValue As Boolean
returnValue = instance.DataQualityInstalledState(International, _
OperationResult)
public bool DataQualityInstalledState(
International International,
out OperationResult OperationResult
)
public:
bool DataQualityInstalledState(
International^ International,
[OutAttribute] OperationResult^% OperationResult
)
member DataQualityInstalledState :
International:International *
OperationResult:OperationResult byref -> bool
public function DataQualityInstalledState(
International : International,
OperationResult : OperationResult
) : boolean
Параметры
- International
Тип: Microsoft.MasterDataServices.International
The cultural settings.
- OperationResult
Тип: Microsoft.MasterDataServices.OperationResult%
When this method returns, contains the operation result. This parameter is passed uninitialized.
Возвращаемое значение
Тип: System.Boolean
true if the DQS is properly installed and configured to work with Master Data Services; otherwise, false.