Freigeben über


StagingNameCheckResponse-Konstruktor (Boolean, OperationResult)

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.

Siehe auch

Verweis

StagingNameCheckResponse Klasse

StagingNameCheckResponse-Überladung

Microsoft.MasterDataServices-Namespace