Propriedade do RDL PackageCollection.Item (Guid)

Gets the package in the collection with the specified GUID.

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)

Sintaxe

'Declaração
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.XEvent.Package
The package with the specified GUID.

Consulte também

Referência

PackageCollection Classe

Sobrecarregado Item

Namespace Microsoft.SqlServer.Management.XEvent