Gets or sets a value that indicates whether UNIQUE is specified, which can occur only with OPENROWSET (BULK ...).
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
Public Property IsUnique As Boolean
Get
Set
‘사용 방법
Dim instance As OrderBulkInsertOption
Dim value As Boolean
value = instance.IsUnique
instance.IsUnique = value
public bool IsUnique { get; set; }
public:
property bool IsUnique {
bool get ();
void set (bool value);
}
member IsUnique : bool with get, set
function get IsUnique () : boolean
function set IsUnique (value : boolean)
속성 값
유형: System.Boolean
true if UNIQUE is specified; otherwise, false.