Compartilhar via


Propriedade do RDL IServerConfigurationFacet.ReplicationMaxTextSize

Gets or sets the ReplicationMaxTextSize property value.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Property ReplicationMaxTextSize As Integer 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Int32
The ReplicationMaxTextSize property value.

Consulte também

Referência

IServerConfigurationFacet Interface

Namespace Microsoft.SqlServer.Management.Smo