Condividi tramite


Proprietà ExecutePackageTaskClass.PackageID

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly:  Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Sintassi

'Dichiarazione
Public Overridable Property PackageID As String 
    Get 
    Set
'Utilizzo
Dim instance As ExecutePackageTaskClass 
Dim value As String 

value = instance.PackageID

instance.PackageID = value
public virtual string PackageID { get; set; }
public:
virtual property String^ PackageID {
    String^ get ();
    void set (String^ value);
}
abstract PackageID : string with get, set 
override PackageID : string with get, set
function get PackageID () : String 
function set PackageID (value : String)

Valore proprietà

Tipo: System.String
The identifier of the child package to be executed by the ExecutePackageTask.

Implementa

IDTSExecutePackage100.PackageID

Vedere anche

Riferimento

ExecutePackageTaskClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask