Compartir a través de


ExecutionAddress Propiedad

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

For more information, see TaskHost.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Property ExecutionAddress As String
    Get
    Set
'Uso
Dim instance As IDTSExecutionLocation100
Dim value As String

value = instance.ExecutionAddress

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

Valor de la propiedad

Tipo: System. . :: . .String