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.