此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Initializes a new instance of the DataQualityInstalledStateResponse class.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)
語法
'宣告
Public Sub New ( _
IsInstalled As Boolean, _
OperationResult As OperationResult _
)
'用途
Dim IsInstalled As Boolean
Dim OperationResult As OperationResult
Dim instance As New DataQualityInstalledStateResponse(IsInstalled, _
OperationResult)
public DataQualityInstalledStateResponse(
bool IsInstalled,
OperationResult OperationResult
)
public:
DataQualityInstalledStateResponse(
bool IsInstalled,
OperationResult^ OperationResult
)
new :
IsInstalled:bool *
OperationResult:OperationResult -> DataQualityInstalledStateResponse
public function DataQualityInstalledStateResponse(
IsInstalled : boolean,
OperationResult : OperationResult
)
參數
- IsInstalled
型別:System.Boolean
true to indicate that the service state is installed; otherwise, false.
- OperationResult
型別:Microsoft.MasterDataServices.OperationResult
The result of an operation.
請參閱
參考
DataQualityInstalledStateResponse 類別