Condividi tramite


Proprietà ExecutePackageTaskClass.PackageName

Gets or sets the name 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 PackageName As String 
    Get 
    Set
'Utilizzo
Dim instance As ExecutePackageTaskClass 
Dim value As String 

value = instance.PackageName

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

Valore proprietà

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

Implementa

IDTSExecutePackage100.PackageName

Vedere anche

Riferimento

ExecutePackageTaskClass Classe

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