Partager via


Propriété InsertStatement.InsertSpecification

Get or sets the insert specification.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property InsertSpecification As InsertSpecification 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

InsertStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom