IDTSExecuteSQL.ResultSetType 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 ResultSetType As ResultSetType
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ResultSetType