Freigeben über


Item-Eigenschaft (String)

Gets a MessageType object in the collection by name.

Namespace:  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    name As String _
) As MessageType
    Get
'Usage
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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

Eigenschaftenwert

Typ: Microsoft.SqlServer.Management.Smo.Broker. . :: . .MessageType
A MessageType object value that represents the message type.