Condividi tramite


Proprietà OrderBulkInsertOption.IsUnique

Ottiene o imposta un valore che indica se è specificato UNIQUE, il che può verificarsi solo con OPENROWSET (BULK...).

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property IsUnique As Boolean
    Get
    Set
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)

Valore proprietà

Tipo: System.Boolean
Restituisce true se è stato specificato UNIQUE; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

OrderBulkInsertOption Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql