IDTSSupportParentExecutionPath100.ParentExecutionPath Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets the parent execution path.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.String
The parent execution path.