Свойство InsertStatement.InsertSpecification

Get or sets the insert specification.

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

Синтаксис

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

value = instance.InsertSpecification

instance.InsertSpecification = value
public InsertSpecification InsertSpecification { get; set; }
public:
property InsertSpecification^ InsertSpecification {
    InsertSpecification^ get ();
    void set (InsertSpecification^ value);
}
member InsertSpecification : InsertSpecification with get, set
function get InsertSpecification () : InsertSpecification 
function set InsertSpecification (value : InsertSpecification)

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

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.InsertSpecification
The insert specification.

См. также

Справочник

InsertStatement Класс

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