RegexString.MaximumLength Property

Gets or sets the maximum length of the generated strings.

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

Syntax

'Declaration
<InputAttribute(Visible := True)> _
Public Property MaximumLength As Integer
    Get
    Set
'Usage
Dim instance As RegexString
Dim value As Integer

value = instance.MaximumLength

instance.MaximumLength = value
[InputAttribute(Visible = true)]
public int MaximumLength { get; set; }
[InputAttribute(Visible = true)]
public:
property int MaximumLength {
    int get ();
    void set (int value);
}
function get MaximumLength () : int
function set MaximumLength (value : int)
[<InputAttribute(Visible = true)>]
member MaximumLength : int with get, set

Property Value

Type: System.Int32

Remarks

The default value should be the column size.

.NET Framework Security

See Also

Reference

RegexString Class

RegexString Members

Microsoft.Data.Schema.Generators.Sql Namespace