IDTSExecuteSQL.SqlStatementSourceType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.