Freigeben über


IDTSExecuteSQL.ResultSetBindings-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets an object that implements IDTSResultBindings interface.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly:  Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)

Syntax

'Declaration
ReadOnly Property ResultSetBindings As IDTSResultBindings 
    Get
'Usage
Dim instance As IDTSExecuteSQL 
Dim value As IDTSResultBindings 

value = instance.ResultSetBindings
IDTSResultBindings ResultSetBindings { get; }
property IDTSResultBindings^ ResultSetBindings {
    IDTSResultBindings^ get ();
}
abstract ResultSetBindings : IDTSResultBindings
function get ResultSetBindings () : IDTSResultBindings

Eigenschaftswert

Typ: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.IDTSResultBindings
An object that implements the IDTSResultBindings interface.

Siehe auch

Verweis

IDTSExecuteSQL Schnittstelle

Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask-Namespace