Share via


DMQueryTask.OutputConnection 속성

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

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.DMQueryTask
어셈블리:  Microsoft.SqlServer.DMQueryTask(Microsoft.SqlServer.DMQueryTask.dll)

구문

‘선언
Public Property OutputConnection As String 
    Get 
    Set
‘사용 방법
Dim instance As DMQueryTask 
Dim value As String 

value = instance.OutputConnection

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

속성 값

유형: System.String
A String that contains the connection to the OLE DB data source.

구현

IDMQueryTask.OutputConnection

참고 항목

참조

DMQueryTask 클래스

Microsoft.SqlServer.Dts.Tasks.DMQueryTask 네임스페이스