Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.