Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents a collection of MessageType objects. Each MessageType object represents a message type defined on the instance of Service Broker.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, _
GetType(MessageType))> _
Public ReadOnly Property MessageTypes As MessageTypeCollection
Get
'Usage
Dim instance As ServiceBroker
Dim value As MessageTypeCollection
value = instance.MessageTypes
[SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny,
typeof(MessageType))]
public MessageTypeCollection MessageTypes { get; }
[SfcObjectAttribute(SfcContainerRelationship::ObjectContainer, SfcContainerCardinality::ZeroToAny,
typeof(MessageType))]
public:
property MessageTypeCollection^ MessageTypes {
MessageTypeCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny,
typeof(MessageType))>]
member MessageTypes : MessageTypeCollection
function get MessageTypes () : MessageTypeCollection
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo.Broker.MessageTypeCollection
A MessageTypeCollection object that represents all the message types defined on the instance of Service Broker.
Beispiele
Readme_ServiceBrokerConfiguration
Siehe auch
Verweis
Microsoft.SqlServer.Management.Smo.Broker-Namespace