Condividi tramite


IDTSExecuteSQL.SqlStatementSourceType Proprietà

Definizione

Ottiene o imposta il tipo dell'origine contenente l'istruzione SQL eseguita dall'attività Esegui SQL.

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

Valore della proprietà

Valore dell'enumerazione SqlStatementSourceType che descrive il tipo di origine per l'istruzione SQL.

Si applica a