Поделиться через


Класс Package

Metadata for other information classes such as EventInfo, TargetInfo, ActionInfo, and others listed in Remarks.

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

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
    Microsoft.SqlServer.Management.XEvent.Package

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

Синтаксис

'Декларация
Public NotInheritable Class Package _
    Inherits SfcInstance
'Применение
Dim instance As Package
public sealed class Package : SfcInstance
public ref class Package sealed : public SfcInstance
[<SealedAttribute>]
type Package =  
    class 
        inherit SfcInstance 
    end
public final class Package extends SfcInstance

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

Свойства

  Имя Описание
Защищенное свойство AbstractIdentityKey Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.)
Открытое свойство ActionInfoSet Gets the ActionInfoCollection object contained by the package.
Открытое свойство Capabilities Gets an integer value that represents the capabilities.
Открытое свойство CapabilitiesDesc Gets a string value that contains the capabilities description.
Открытое свойство Description Gets a string that contains the description of the Package object.
Открытое свойство EventInfoSet Gets the EventInfoCollection that the package contains.
Открытое свойство ID Gets a Guid object that contains the Id.
Открытое свойство IdentityKey Gets the identity key of the Package object.
Открытое свойство MapInfoSet Gets the MapInfoCollection contained by the package.
Открытое свойство Metadata Returns metadata about the instance and its domain. (Производный от SfcInstance.)
Открытое свойство ModuleAddress Gets a Byte value that contains the module address.
Открытое свойство ModuleID Gets a Guid object that contains the module Id.
Открытое свойство Name Gets a string value that contains the name of the package.
Открытое свойство Parent Gets or sets the parent XEStore object.
Открытое свойство PredCompareInfoSet Gets the PredCompareInfoCollection contained by the package.
Открытое свойство PredSourceInfoSet Gets the PredSourceInfoCollection contained by the package.
Открытое свойство Properties Returns a collection instance properties. (Производный от SfcInstance.)
Защищенное свойство State Returns the state of the SfcInstance object. (Производный от SfcInstance.)
Открытое свойство TargetInfoSet Gets the TargetInfoCollection contained by the package.
Открытое свойство TypeInfoSet Gets the TypeInfoCollection contained by the package.
Открытое свойство Urn Returns the uniform resource name of the SfcInstance object. (Производный от SfcInstance.)

В начало

Методы

  Имя Описание
Защищенный метод CreateIdentityKey Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.)
Открытый метод Discover Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.)
Открытый метод Equals (Производный от Object.)
Защищенный метод GetChildCollection Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.)
Открытый метод GetDomain Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.)
Открытый метод GetHashCode (Производный от Object.)
Открытый методСтатический элемент GetObjectFactory Gets the SQL Foundation Class object factory for the Package object.
Открытый метод GetPropertySet Returns the set of properties for the SfcInstance object. (Производный от SfcInstance.)
Открытый метод GetType (Производный от Object.)
Защищенный метод GetTypeMetadataImpl Indicates the domains that override by returning the right TypeMetadata class directly. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.)
Защищенный метод InitializeUIPropertyState Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.)
Защищенный метод OnPropertyMetadataChanges Invoked whenever the effective value of any SfcInstance metadata is updated. (Производный от SfcInstance.)
Защищенный метод OnPropertyValueChanges Invoked whenever the effective value of any SfcInstance property is updated. (Производный от SfcInstance.)
Открытый метод Refresh Refreshes the object's properties by reading them from the server. (Производный от SfcInstance.)
Защищенный метод ResetKey Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.)
Открытый метод Serialize Serializes the instance to XML. (Производный от SfcInstance.)
Открытый метод ToString Returns a string representation of the instance Urn. (Производный от SfcInstance.)

В начало

События

  Имя Описание
Открытое событие PropertyChanged CLS-compliant event for property changes. (Производный от SfcInstance.)
Открытое событие PropertyMetadataChanged CLS-compliant event for property metadata changes. (Производный от SfcInstance.)

В начало

Замечания

The Package class is the parent for other metadata classes, including EventInfo, TargetInfo, ActionInfo, TypeInfo, PredSourceInfo, PredCompareInfo, MapInfo, EventColumnInfo, TargetColumnInfo, and MapValueInfo.

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

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

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.XEvent