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

See Also

Reference

OrderBulkInsertOption Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace