MessageForwardingSize 属性

Gets or sets the message forwarding size.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MessageForwardingSize As Integer
    Get
    Set
用法
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)

属性值

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

示例

实现端点