Share via


IDMQueryTask.OutputConnection Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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)

Property Value

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

See Also

Reference

IDMQueryTask Interface

Microsoft.SqlServer.Dts.Tasks.DMQueryTask Namespace