PackageCollection.Item Propiedad (Guid)
Gets the package in the collection with the specified GUID.
Espacio de nombres: Microsoft.SqlServer.Management.XEvent
Ensamblado: Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
packageID As Guid _
) As Package
Get
'Uso
Dim instance As PackageCollection
Dim packageID As Guid
Dim value As Package
value = instance(packageID)
public Package this[
Guid packageID
] { get; }
public:
property Package^ default[Guid packageID] {
Package^ get (Guid packageID);
}
member Item : Package
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- packageID
Tipo: System.Guid
The GUID of the package.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.XEvent.Package
The package with the specified GUID.