共用方式為


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.