IDTSExecuteSQL.SqlStatementSourceType Property

Definition

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

public:
 property Microsoft::SqlServer::Dts::Tasks::ExecuteSQLTask::SqlStatementSourceType SqlStatementSourceType { Microsoft::SqlServer::Dts::Tasks::ExecuteSQLTask::SqlStatementSourceType get(); void set(Microsoft::SqlServer::Dts::Tasks::ExecuteSQLTask::SqlStatementSourceType value); };
public Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.SqlStatementSourceType SqlStatementSourceType { get; set; }
member this.SqlStatementSourceType : Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.SqlStatementSourceType with get, set
Public Property SqlStatementSourceType As SqlStatementSourceType

Property Value

A value from the SqlStatementSourceType enumeration that describes the type of source for the SQL statement.

Applies to