Freigeben über


WebServiceTask.OutputLocation-Eigenschaft

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Syntax

'Declaration
Public Property OutputLocation As String 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Hinweise

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

Siehe auch

Verweis

WebServiceTask Klasse

Microsoft.SqlServer.Dts.Tasks.WebServiceTask-Namespace