Condividi tramite


Proprietà Item (String)

Gets a member of the Resource Pool Collection identified by name.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    name As String _
) As ResourcePool
    Get
'Utilizzo
Dim instance As ResourcePoolCollection
Dim name As String
Dim value As ResourcePool

value = instance(name)
public ResourcePool this[
    string name
] { get; }
public:
property ResourcePool^ default[String^ name] {
    ResourcePool^ get (String^ name);
}
member Item : ResourcePool
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo. . :: . .ResourcePool
A Resource Pool item.