Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.