Classe Package
Metadata for other information classes such as EventInfo, TargetInfo, ActionInfo, and others listed in Remarks.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.XEvent.Package
Spazio dei nomi Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class Package _
Inherits SfcInstance
'Utilizzo
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
Nel tipo Package sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
AbstractIdentityKey | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da 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. Ereditato da 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. Ereditato da SfcInstance. | |
State | Returns the state of the SfcInstance object. Ereditato da 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. Ereditato da SfcInstance. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
CreateIdentityKey | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
Discover | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
Equals | Ereditato da Object. | |
GetChildCollection | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
GetDomain | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
GetHashCode | Ereditato da Object. | |
GetObjectFactory | Gets the SQL Foundation Class object factory for the Package object. | |
GetPropertySet | Returns the set of properties for the SfcInstance object. Ereditato da SfcInstance. | |
GetType | Ereditato da Object. | |
GetTypeMetadataImpl | Indicates the domains that override by returning the right TypeMetadata class directly. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
InitializeUIPropertyState | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
OnPropertyMetadataChanges | Invoked whenever the effective value of any SfcInstance metadata is updated. Ereditato da SfcInstance. | |
OnPropertyValueChanges | Invoked whenever the effective value of any SfcInstance property is updated. Ereditato da SfcInstance. | |
Refresh | Refreshes the object's properties by reading them from the server. Ereditato da SfcInstance. | |
ResetKey | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
Serialize | Serializes the instance to XML. Ereditato da SfcInstance. | |
ToString | Returns a string representation of the instance Urn. Ereditato da SfcInstance. |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
PropertyChanged | CLS-compliant event for property changes. Ereditato da SfcInstance. | |
PropertyMetadataChanged | CLS-compliant event for property metadata changes. Ereditato da SfcInstance. |
In alto
Osservazioni
The Package class is the parent for other metadata classes, including EventInfo, TargetInfo, ActionInfo, TypeInfo, PredSourceInfo, PredCompareInfo, MapInfo, EventColumnInfo, TargetColumnInfo, and MapValueInfo.
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.