此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets or sets the type of result set returned by the SQL statement that the Execute SQL task runs.
命名空間: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
組件: Microsoft.SqlServer.SQLTask (在 Microsoft.SqlServer.SQLTask.dll 中)
語法
'宣告
Property ResultSetType As ResultSetType
Get
Set
'用途
Dim instance As IDTSExecuteSQL
Dim value As ResultSetType
value = instance.ResultSetType
instance.ResultSetType = value
ResultSetType ResultSetType { get; set; }
property ResultSetType ResultSetType {
ResultSetType get ();
void set (ResultSetType value);
}
abstract ResultSetType : ResultSetType with get, set
function get ResultSetType () : ResultSetType
function set ResultSetType (value : ResultSetType)
屬性值
型別:Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ResultSetType
A value from the ResultSetType enumeration that indicates the type of result set returned by the SQL statement.