StagingNameCheckResponse.IsUnique Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a value that indicates whether the name is unique.

Namespace:   Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[MessageBodyMemberAttribute]
public bool IsUnique { get; set; }
public:
[MessageBodyMemberAttribute]
property bool IsUnique {
    bool get();
    void set(bool value);
}
[<MessageBodyMemberAttribute>]
member IsUnique : bool with get, set
<MessageBodyMemberAttribute>
Public Property IsUnique As Boolean

Property Value

Type: System.Boolean

true if the name is unique; otherwise, false.

See Also

StagingNameCheckResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top