Класс 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.

Иерархия наследования

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

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public NotInheritable Class PackageInfo _
    Inherits DtsObject
'Применение
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

Тип PackageInfo обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство CreationDate Gets the date and time that the package was created. This property is read-only.
Открытое свойство Description Gets the description given to the package when it was created. This property is read-only.
Открытое свойство Flags Gets an enumeration that describes whether the package is a folder or package. This property is read-only.
Открытое свойство Folder The name and path of the folder that contains the package. This property is read-only.
Открытое свойство Name Gets the name given to the package when it was created. This property is read-only.
Открытое свойство PackageDataSize Returns the size of data for the package. This property is read-only.
Открытое свойство PackageGuid Gets the unique identifier assigned to the package when it was created. This property is read-only.
Открытое свойство VersionBuild Returns the build version of the package. This property is read-only.
Открытое свойство VersionComments Returns comments associated with the package. This property is read-only.
Открытое свойство VersionGUID Returns a unique GUID that is generated when the package is first created. This property is read-only.
Открытое свойство VersionMajor Returns the major build version of the package. This property is read-only.
Открытое свойство VersionMinor Returns the minor build version of the package. This property is read-only.

В начало

Методы

  Имя Описание
Открытый метод Equals Determines whether two object instances are equal. (Производный от DtsObject.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode Returns the hash code for this instance. (Производный от DtsObject.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.