此 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 类