Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a value that models the MESSAGE_FORWARDING_SIZE option.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property MessageForwardSize As Integer
int MessageForwardSize { get; set; }
property int MessageForwardSize {
int get ();
void set (int value);
}
abstract MessageForwardSize : int with get, set
function get MessageForwardSize () : int
function set MessageForwardSize (value : int)
Property Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.