Partilhar via


Propriedade do RDL ServiceBrokerPayload.MessageForwardingSize

Gets or sets the message forwarding size.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MessageForwardingSize As Integer 
    Get 
    Set
'Uso
Dim instance As ServiceBrokerPayload 
Dim value As Integer 

value = instance.MessageForwardingSize

instance.MessageForwardingSize = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int MessageForwardingSize { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int MessageForwardingSize {
    int get ();
    void set (int value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member MessageForwardingSize : int with get, set
function get MessageForwardingSize () : int 
function set MessageForwardingSize (value : int)

Valor da propriedade

Tipo: System.Int32
An Int32 value that specifies the size of message forwarding supported by the Service Broker payload.

Exemplos

Implementando pontos de extremidade

Consulte também

Referência

ServiceBrokerPayload Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Tipos de autenticação de ponto de extremidade