OrderBulkInsertOption.IsUnique Property
Gets or sets a value that indicates whether UNIQUE is specified, which can occur only with OPENROWSET (BULK ...).
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property IsUnique As Boolean
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)
Property Value
Type: System.Boolean
Returns true if UNIQUE was specified; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.