共用方式為


WebServiceTask.Connection 屬性

Gets or sets the name of the connection to use.

命名空間:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
組件:  Microsoft.SqlServer.WebServiceTask (在 Microsoft.SqlServer.WebServiceTask.dll 中)

語法

'宣告
Public Property Connection As String 
    Get 
    Set
'用途
Dim instance As WebServiceTask 
Dim value As String 

value = instance.Connection

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

屬性值

型別:System.String
The name of the connection to use.

實作

IDTSWebServiceTask.Connection

請參閱

參考

WebServiceTask 類別

Microsoft.SqlServer.Dts.Tasks.WebServiceTask 命名空間