Share via


WebServiceTask.OutputLocation 속성

Gets or sets the output location of the results of the Web method.

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

구문

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

value = instance.OutputLocation

instance.OutputLocation = value
public string OutputLocation { get; set; }
public:
property String^ OutputLocation {
    String^ get ();
    void set (String^ value);
}
member OutputLocation : string with get, set
function get OutputLocation () : String 
function set OutputLocation (value : String)

속성 값

유형: System.String
The output location of the results of the Web method.

주의

Depending on the OutputType property, the output location is either the path of the file or the name of a variable.

참고 항목

참조

WebServiceTask 클래스

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