Bagikan melalui


IServerConfigurationFacet.ReplicationMaxTextSize Property

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.

See Also

Reference

IServerConfigurationFacet Interface

Microsoft.SqlServer.Management.Smo Namespace