Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.