Propriedade do RDL Item (String)
Gets a BrokerPriority object in the collection by name.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- name
Tipo: System. . :: . .String
A String value that specifies the name of the BrokerPriority object in the BrokerPriorityCollection collection.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.Broker. . :: . .BrokerPriority
A BrokerPriority object value that represents the conversation priority.
Consulte também