ExecutePackageTaskClass.PackageID Property
Gets or sets the identifier 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(3)> _
Public Overridable Property PackageID As String Implements IDTSExecutePackage90.PackageID
[DispIdAttribute(3)]
public virtual string IDTSExecutePackage90.PackageID { get; set; }
[DispIdAttribute(3)]
public:
virtual property String^ PackageID {
String^ get () = IDTSExecutePackage90::PackageID::get;
void set ([InAttribute] String^ RetVal) = IDTSExecutePackage90::PackageID::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 identifier 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