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 StagingNameCheckResponse class with the specified properties.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
IsUnique As Boolean, _
OperationResult As OperationResult _
)
'Usage
Dim IsUnique As Boolean
Dim OperationResult As OperationResult
Dim instance As New StagingNameCheckResponse(IsUnique, _
OperationResult)
public StagingNameCheckResponse(
bool IsUnique,
OperationResult OperationResult
)
public:
StagingNameCheckResponse(
bool IsUnique,
OperationResult^ OperationResult
)
new :
IsUnique:bool *
OperationResult:OperationResult -> StagingNameCheckResponse
public function StagingNameCheckResponse(
IsUnique : boolean,
OperationResult : OperationResult
)
Parameter
- IsUnique
Typ: System.Boolean
true to indicate that the staging name is unique; otherwise, false.
- OperationResult
Typ: Microsoft.MasterDataServices.OperationResult
The operation result, including a unique ID for tracking and logging.
Siehe auch
Verweis
StagingNameCheckResponse Klasse