Compartilhar via


Propriedade do RDL IDTSSupportParentExecutionPath100.ParentExecutionPath

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the parent execution path.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
Property ParentExecutionPath As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
The parent execution path.

Consulte também

Referência

IDTSSupportParentExecutionPath100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper