Share via


ISqlServerOptions.MaxTextReplSize Property

Gets or sets the maximum text replacement size.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property MaxTextReplSize As Nullable(Of Integer)
    Get
    Set
'Usage
Dim instance As ISqlServerOptions
Dim value As Nullable(Of Integer)

value = instance.MaxTextReplSize

instance.MaxTextReplSize = value
Nullable<int> MaxTextReplSize { get; set; }
property Nullable<int> MaxTextReplSize {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
function get MaxTextReplSize () : Nullable<int>
function set MaxTextReplSize (value : Nullable<int>)
abstract MaxTextReplSize : Nullable<int> with get, set

Property Value

Type: System.Nullable<Int32>

.NET Framework Security

See Also

Reference

ISqlServerOptions Interface

ISqlServerOptions Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace