InsertStatement.InsertOption-Eigenschaft

Ruft die INSERT-Option ab bzw. legt sie fest.

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

Syntax

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

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

InsertStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace