다음을 통해 공유


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 네임스페이스