Share via


ISqlServerOptions.MaxTextReplSize Property

Gets or sets a value that models the "max text repl size" sp_configure option.

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

Syntax

'Declaration
Property MaxTextReplSize As Nullable(Of Integer)
Nullable<int> MaxTextReplSize { get; set; }
property Nullable<int> MaxTextReplSize {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
abstract MaxTextReplSize : Nullable<int> with get, set
function get MaxTextReplSize () : Nullable<int>
function set MaxTextReplSize (value : Nullable<int>)

Property Value

Type: System.Nullable<Int32>

.NET Framework Security

See Also

Reference

ISqlServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace