IDTSExecutePackage100.PackageID Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the identifier of the child package.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Syntax
'Declaration
Property PackageID As String
Get
Set
'Usage
Dim instance As IDTSExecutePackage100
Dim value As String
value = instance.PackageID
instance.PackageID = value
string PackageID { get; set; }
property String^ PackageID {
String^ get ();
void set (String^ value);
}
abstract PackageID : string with get, set
function get PackageID () : String
function set PackageID (value : String)
Property Value
Type: System.String
The identifier of the child package.