StagingNameCheckResponse Class
SQL Server 2012
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Defines the message contract for the Staging Name Check response.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
The StagingNameCheckResponse type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | StagingNameCheckResponse() | Initializes a new instance of the StagingNameCheckResponse class that has default values. |
![]() | StagingNameCheckResponse(Boolean, OperationResult) | Initializes a new instance of the StagingNameCheckResponse class with the specified properties. |
| Name | Description | |
|---|---|---|
![]() | IsUnique | Specifies whether the staging name is unique. |
![]() | OperationResult | Represents the operation result, including a unique ID for tracking and logging. |

