Compartir a través de


Clase 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.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public NotInheritable Class PackageInfo _
    Inherits DtsObject
'Uso
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

El tipo PackageInfo expone los siguientes miembros.

Propiedades

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

Arriba

Métodos

  Nombre Descripción
Método público Equals Determines whether two object instances are equal. (Se hereda de DtsObject.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode Returns the hash code for this instance. (Se hereda de DtsObject.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.