共用方式為


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 命名空間