Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a collection of packages that is active at once.
Namespace: Microsoft.SqlServer.XEvent
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
ReadOnly Property Packages As ReadOnlyCollection(Of IPackage)
Get
'Usage
Dim instance As IMetadataGeneration
Dim value As ReadOnlyCollection(Of IPackage)
value = instance.Packages
ReadOnlyCollection<IPackage> Packages { get; }
property ReadOnlyCollection<IPackage^>^ Packages {
ReadOnlyCollection<IPackage^>^ get ();
}
abstract Packages : ReadOnlyCollection<IPackage>
function get Packages () : ReadOnlyCollection<IPackage>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<IPackage>
A collection of packages that is active at once.