BrokerPriorityCollection.Item Propiedad (String)
Gets a BrokerPriority object in the collection by name.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Broker
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
name As String _
) As BrokerPriority
Get
'Uso
Dim instance As BrokerPriorityCollection
Dim name As String
Dim value As BrokerPriority
value = instance(name)
public BrokerPriority this[
string name
] { get; }
public:
property BrokerPriority^ default[String^ name] {
BrokerPriority^ get (String^ name);
}
member Item : BrokerPriority
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- name
Tipo: System.String
A String value that specifies the name of the BrokerPriority object in the BrokerPriorityCollection collection.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority
A BrokerPriority object value that represents the conversation priority.
Ejemplos
Vea también
Referencia
BrokerPriorityCollection Clase
Espacio de nombres Microsoft.SqlServer.Management.Smo.Broker