Freigeben über


IDMQueryTask.OutputConnection-Eigenschaft

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

Gets or sets the connection string to the OLE DB data source where the prediction query result will be stored.

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

Syntax

'Declaration
Property OutputConnection As String 
    Get 
    Set
'Usage
Dim instance As IDMQueryTask 
Dim value As String 

value = instance.OutputConnection

instance.OutputConnection = value
string OutputConnection { get; set; }
property String^ OutputConnection {
    String^ get ();
    void set (String^ value);
}
abstract OutputConnection : string with get, set
function get OutputConnection () : String 
function set OutputConnection (value : String)

Eigenschaftswert

Typ: System.String
The connection to the OLE DB data source.

Siehe auch

Verweis

IDMQueryTask Schnittstelle

Microsoft.SqlServer.Dts.Tasks.DMQueryTask-Namespace