Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Initializes a new instance of the DataQualityInstalledStateResponse class.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
IsInstalled As Boolean, _
OperationResult As OperationResult _
)
'Usage
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
)
Parameter
- IsInstalled
Typ: System.Boolean
true to indicate that the service state is installed; otherwise, false.
- OperationResult
Typ: Microsoft.MasterDataServices.OperationResult
The result of an operation.
Siehe auch
Verweis
DataQualityInstalledStateResponse Klasse