Compartir a través de


InsertSpecification.InsertSource Propiedad

Gets or sets the insert source, which can be ValuesInsertSource, SelectInsertSource, or ExecuteInsertSource.

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

Sintaxis

'Declaración
Public Property InsertSource As InsertSource 
    Get 
    Set
'Uso
Dim instance As InsertSpecification 
Dim value As InsertSource 

value = instance.InsertSource

instance.InsertSource = value
public InsertSource InsertSource { get; set; }
public:
property InsertSource^ InsertSource {
    InsertSource^ get ();
    void set (InsertSource^ value);
}
member InsertSource : InsertSource with get, set
function get InsertSource () : InsertSource 
function set InsertSource (value : InsertSource)

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.InsertSource
The insert source.

Vea también

Referencia

InsertSpecification Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom