Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
This API supports the SQL Server 2012 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
'Declaration
<MessageBodyMemberAttribute> _
Public Property IsUnique As Boolean
Get
Set
'Usage
Dim instance As StagingNameCheckResponse
Dim value As Boolean
value = instance.IsUnique
instance.IsUnique = value
[MessageBodyMemberAttribute]
public bool IsUnique { get; set; }
[MessageBodyMemberAttribute]
public:
property bool IsUnique {
bool get ();
void set (bool value);
}
[<MessageBodyMemberAttribute>]
member IsUnique : bool with get, set
function get IsUnique () : boolean
function set IsUnique (value : boolean)
Property Value
Type: System.Boolean
true if the name is unique; otherwise, false.
See Also
Reference
StagingNameCheckResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace