SimpleBulkInsertOption.Kind-Eigenschaft

Ruft die Optionsart ab oder legt diese fest.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property Kind As SimpleBulkInsertOptionKind
    Get
    Set
public SimpleBulkInsertOptionKind Kind { get; set; }
public:
property SimpleBulkInsertOptionKind Kind {
    SimpleBulkInsertOptionKind get ();
    void set (SimpleBulkInsertOptionKind value);
}
member Kind : SimpleBulkInsertOptionKind with get, set
function get Kind () : SimpleBulkInsertOptionKind
function set Kind (value : SimpleBulkInsertOptionKind)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.SimpleBulkInsertOptionKind
Gibt einen SimpleBulkInsertOptionKind-Enumerationswert zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

SimpleBulkInsertOption Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace