다음을 통해 공유


MessageForwardingSize 속성

Gets or sets the message forwarding size.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute> _
Public Property MessageForwardingSize As Integer
    Get
    Set
‘사용 방법
Dim instance As ServiceBrokerPayload
Dim value As Integer

value = instance.MessageForwardingSize

instance.MessageForwardingSize = value
[SfcPropertyAttribute]
public int MessageForwardingSize { get; set; }
[SfcPropertyAttribute]
public:
property int MessageForwardingSize {
    int get ();
    void set (int value);
}
[<SfcPropertyAttribute>]
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.

예제

끝점 구현