Kommentar
Å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 the ReplicationMaxTextSize property value.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Property ReplicationMaxTextSize As Integer
Get
Set
'Usage
Dim instance As IServerConfigurationFacet
Dim value As Integer
value = instance.ReplicationMaxTextSize
instance.ReplicationMaxTextSize = value
int ReplicationMaxTextSize { get; set; }
property int ReplicationMaxTextSize {
int get ();
void set (int value);
}
abstract ReplicationMaxTextSize : int with get, set
function get ReplicationMaxTextSize () : int
function set ReplicationMaxTextSize (value : int)
Property Value
Type: System.Int32
The ReplicationMaxTextSize property value.