Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
)
Parameters
- IsUnique
Type: System.Boolean
true to indicate that the staging name is unique; otherwise, false.
- OperationResult
Type: Microsoft.MasterDataServices.OperationResult
The operation result, including a unique ID for tracking and logging.
See Also
Reference
StagingNameCheckResponse Class