Compartilhar via


Propriedade do RDL Name

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 (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<ExtendedPropertyAttribute> _
Public Property Name As String
    Get
    Set
'Uso
Dim instance As MessageTypeExtender
Dim value As String

value = instance.Name

instance.Name = value
[ExtendedPropertyAttribute]
public string Name { get; set; }
[ExtendedPropertyAttribute]
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
[<ExtendedPropertyAttribute>]
member Name : string with get, set
function get Name () : String
function set Name (value : String)

Valor da propriedade

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