Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.IDTSResultBindings
An object that implements the IDTSResultBindings interface.