Partager via


Propriété InsertSpecification.InsertSource

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

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

Syntaxe

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

Valeur de propriété

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

Voir aussi

Référence

InsertSpecification Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom