Share via


ISql90TypeSpecifier.IsMax Property

Gets or sets a value that indicates whether the capacity is the maximum that the type can represent, such as VARBINARY(MAX).

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

Syntax

'Declaration
Property IsMax As Boolean
bool IsMax { get; set; }
property bool IsMax {
    bool get ();
    void set (bool value);
}
abstract IsMax : bool with get, set
function get IsMax () : boolean
function set IsMax (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90TypeSpecifier Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace