Свойство InsertSpecification.InsertOption

Gets or sets the insert option.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property InsertOption As InsertOption 
    Get 
    Set
'Применение
Dim instance As InsertSpecification 
Dim value As InsertOption 

value = instance.InsertOption

instance.InsertOption = value
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)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.InsertOption
The insert option.

См. также

Справочник

InsertSpecification Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom