Compartir a través de


IDTSExecuteSQL.SqlStatementSource Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the name of the source that contains the SQL statement that the Execute SQL task runs.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Ensamblado:  Microsoft.SqlServer.SQLTask (en Microsoft.SqlServer.SQLTask.dll)

Sintaxis

'Declaración
Property SqlStatementSource As String 
    Get 
    Set
'Uso
Dim instance As IDTSExecuteSQL 
Dim value As String 

value = instance.SqlStatementSource

instance.SqlStatementSource = value
string SqlStatementSource { get; set; }
property String^ SqlStatementSource {
    String^ get ();
    void set (String^ value);
}
abstract SqlStatementSource : string with get, set
function get SqlStatementSource () : String 
function set SqlStatementSource (value : String)

Valor de la propiedad

Tipo: System.String
The name of the source that contains the SQL statement that the Execute SQL task runs.

Vea también

Referencia

IDTSExecuteSQL Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask