IDTSExecuteSQL.SqlStatementSourceType Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly: Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)
Syntax
'Declaration
Property SqlStatementSourceType As SqlStatementSourceType
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.SqlStatementSourceType