Udostępnij przez


Właściwość IDTSExecuteSQL.ResultSetType

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Zestaw:  Microsoft.SqlServer.SQLTask (w Microsoft.SqlServer.SQLTask.dll)

Składnia

'Deklaracja
Property ResultSetType As ResultSetType
    Get
    Set
'Użycie
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)