Condividi tramite


ExecutePackageTaskClass.PackageName Property

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
<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# non supporta la dichiarazione di nuove implementazioni di interfacce esplicite ma ne supporta l'utilizzo.
JScript non supporta la dichiarazione di nuove implementazioni di interfacce esplicite ma ne supporta l'utilizzo.

Valore proprietà

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

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