此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Initializes a new instance of the StagingNameCheckResponse class with the specified properties.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
Public Sub New ( _
IsUnique As Boolean, _
OperationResult As OperationResult _
)
用法
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
)
参数
- IsUnique
类型:System.Boolean
true to indicate that the staging name is unique; otherwise, false.
- OperationResult
类型:Microsoft.MasterDataServices.OperationResult
The operation result, including a unique ID for tracking and logging.