Proprietà IDTSExecutePackage100.PackageName
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the name of the child package.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Sintassi
'Dichiarazione
Property PackageName As String
Get
Set
'Utilizzo
Dim instance As IDTSExecutePackage100
Dim value As String
value = instance.PackageName
instance.PackageName = value
string PackageName { get; set; }
property String^ PackageName {
String^ get ();
void set (String^ value);
}
abstract 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.
Vedere anche
Riferimento
IDTSExecutePackage100 Interfaccia
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask