IDTSExecuteSQL.ResultSetType 属性
此 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.