Condividi tramite


Proprietà IDTSSupportParentExecutionPath100.ParentExecutionPath

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the parent execution path.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Property ParentExecutionPath As String 
    Get 
    Set
'Utilizzo
Dim instance As IDTSSupportParentExecutionPath100 
Dim value As String 

value = instance.ParentExecutionPath

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

Valore proprietà

Tipo: System.String
The parent execution path.

Vedere anche

Riferimento

IDTSSupportParentExecutionPath100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper