Compartir a través de


InsertStatement.InsertSpecification Propiedad

Get or sets the insert specification.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property InsertSpecification As InsertSpecification 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

InsertStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom