Aracılığıyla paylaş


InsertStatement.InsertOption Özellik

Alır veya ayarlar Ekle seçeneği.

Ad alanı:  Microsoft.Data.Schema.ScriptDom.Sql
Derleme:  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll içinde)

Sözdizimi

'Bildirim
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)

Özellik Değeri

Tür: Microsoft.Data.Schema.ScriptDom.Sql.InsertOption
Döndürür bir InsertOption numaralandırma değeri.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

InsertStatement Sınıf

Microsoft.Data.Schema.ScriptDom.Sql Ad Alanı