Propriedade do RDL ResourcePoolCollection.Item (String)
Gets a member of the Resource Pool Collection identified by name.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
name As String _
) As ResourcePool
Get
'Uso
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- name
Tipo: System.String
String
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.ResourcePool
A Resource Pool item.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo