Propriedade do RDL IDTSExecuteSQL.SqlStatementSource
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets the name of the source that contains the SQL statement that the Execute SQL task runs.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly: Microsoft.SqlServer.SQLTask (em Microsoft.SqlServer.SQLTask.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.String
The name of the source that contains the SQL statement that the Execute SQL task runs.