Właściwość WebServiceTask.OutputLocation
Pobiera lub Ustawia lokalizację wyjściową wyniki metoda sieci Web.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Zestaw: Microsoft.SqlServer.WebServiceTask (w Microsoft.SqlServer.WebServiceTask.dll)
Składnia
'Deklaracja
Public Property OutputLocation As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
Położenie wyjściowe wyniki metoda sieci Web.
Uwagi
W zależności od OutputType właściwość, lokalizacja danych wyjściowych jest ścieżka pliku lub nazwę zmiennej.
Zobacz także