Condividi tramite


Classe PackageInfo

Contains properties that return all the information relating to a package, such as the date it was created, version numbers, and package size. This class cannot be inherited.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
    Microsoft.SqlServer.Dts.Runtime..::..PackageInfo

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

Sintassi

'Dichiarazione
Public NotInheritable Class PackageInfo _
    Inherits DtsObject
'Utilizzo
Dim instance As PackageInfo
public sealed class PackageInfo : DtsObject
public ref class PackageInfo sealed : public DtsObject
[<SealedAttribute>]
type PackageInfo =  
    class
        inherit DtsObject
    end
public final class PackageInfo extends DtsObject

Nel tipo PackageInfo sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica CreationDate Gets the date and time that the package was created. This property is read-only.
Proprietà pubblica Description Gets the description given to the package when it was created. This property is read-only.
Proprietà pubblica Flags Gets an enumeration that describes whether the package is a folder or package. This property is read-only.
Proprietà pubblica Folder The name and path of the folder that contains the package. This property is read-only.
Proprietà pubblica Name Gets the name given to the package when it was created. This property is read-only.
Proprietà pubblica PackageDataSize Returns the size of data for the package. This property is read-only.
Proprietà pubblica PackageGuid Gets the unique identifier assigned to the package when it was created. This property is read-only.
Proprietà pubblica VersionBuild Returns the build version of the package. This property is read-only.
Proprietà pubblica VersionComments Returns comments associated with the package. This property is read-only.
Proprietà pubblica VersionGUID Returns a unique GUID that is generated when the package is first created. This property is read-only.
Proprietà pubblica VersionMajor Returns the major build version of the package. This property is read-only.
Proprietà pubblica VersionMinor Returns the minor build version of the package. This property is read-only.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Determines whether two object instances are equal. Ereditato da DtsObject.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Returns the hash code for this instance. Ereditato da DtsObject.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.