Proprietà Connection

Gets or sets the name of the connection to use.

Spazio dei nomi:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Sintassi

'Dichiarazione
Public Property Connection As String
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System. . :: . .String
The name of the connection to use.

Implementa

IDTSWebServiceTask. . :: . .Connection