Propriedade do RDL IDTSExecuteSQL.SqlStatementSourceType
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 type of 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 SqlStatementSourceType As SqlStatementSourceType
Get
Set
'Uso
Dim instance As IDTSExecuteSQL
Dim value As SqlStatementSourceType
value = instance.SqlStatementSourceType
instance.SqlStatementSourceType = value
SqlStatementSourceType SqlStatementSourceType { get; set; }
property SqlStatementSourceType SqlStatementSourceType {
SqlStatementSourceType get ();
void set (SqlStatementSourceType value);
}
abstract SqlStatementSourceType : SqlStatementSourceType with get, set
function get SqlStatementSourceType () : SqlStatementSourceType
function set SqlStatementSourceType (value : SqlStatementSourceType)
Valor da propriedade
Tipo: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.SqlStatementSourceType
A value from the SqlStatementSourceType enumeration that describes the type of source for the SQL statement.