MessageTypeExtender.Name Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the name of the Service Broker message type associated with the MessageTypeExtender object.

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

Syntax

[ExtendedPropertyAttribute]
public string Name { get; set; }
public:
[ExtendedPropertyAttribute]
property String^ Name {
    String^ get();
    void set(String^ value);
}
[<ExtendedPropertyAttribute>]
member Name : string with get, set
<ExtendedPropertyAttribute>
Public Property Name As String

Property Value

Type: System.String

A String value that specifies the name of the Service Broker message type associated with the MessageTypeExtender object.

See Also

MessageTypeExtender Class
Microsoft.SqlServer.Management.Smo.Broker Namespace

Return to top