Propriedade do RDL InsertStatement.InsertSpecification
Get or sets the insert specification.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.InsertSpecification
The insert specification.