Поделиться через


Свойство 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.