Udostępnij za pośrednictwem


ExecutePackageTaskClass.PackageName Property

Gets or sets the name of the child package to be executed by the ExecutePackageTask.

Namespace: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (in microsoft.sqlserver.execpackagetaskwrap.dll)

Syntax

'Declaration
<DispIdAttribute(1)> _
Public Overridable Property PackageName As String Implements IDTSExecutePackage90.PackageName
[DispIdAttribute(1)] 
public virtual string IDTSExecutePackage90.PackageName { get; set; }
[DispIdAttribute(1)] 
public:
virtual property String^ PackageName {
    String^ get () = IDTSExecutePackage90::PackageName::get;
    void set ([InAttribute] String^ RetVal) = IDTSExecutePackage90::PackageName::set;
}
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

The name of the child package to be executed by the ExecutePackageTask.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ExecutePackageTaskClass Class
ExecutePackageTaskClass Members
Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask Namespace