Compartilhar via


Propriedade do RDL InsertSpecification.InsertSource

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

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

InsertSpecification Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom