Proprietà PackageClass.ID

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the ID of the package.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Overridable ReadOnly Property ID As String 
    Get
'Utilizzo
Dim instance As PackageClass 
Dim value As String 

value = instance.ID
public virtual string ID { get; }
public:
virtual property String^ ID {
    String^ get ();
}
abstract ID : string 
override ID : string
function get ID () : String

Valore proprietà

Tipo: System.String
The ID of the package.

Implementa

IDTSName100.ID

Osservazioni

For more information, see Package.

Vedere anche

Riferimento

PackageClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper