Proprietà Item (String)
Gets a MessageType object in the collection by name.
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
name As String _
) As MessageType
Get
'Utilizzo
Dim instance As MessageTypeCollection
Dim name As String
Dim value As MessageType
value = instance(name)
public MessageType this[
string name
] { get; }
public:
property MessageType^ default[String^ name] {
MessageType^ get (String^ name);
}
member Item : MessageType
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- name
Tipo: System. . :: . .String
A String value that specifies the name of the MessageType object in the MessageTypeCollection collection.
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo.Broker. . :: . .MessageType
A MessageType object value that represents the message type.
Vedere anche