Share via


InsertStatement.InsertSpecification Property

Get or sets the insert specification.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property InsertSpecification As InsertSpecification 
    Get 
    Set
'Usage
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)

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.InsertSpecification
The insert specification.

See Also

Reference

InsertStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace