TypeInfo.MaximumLength Property

Gets or sets the maximum length for the data type.

Namespace:  Microsoft.Web.Management.DatabaseManager
Assembly:  Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.dll)

Syntax

'Declaration
Public Property MaximumLength As Long
'Usage
Dim instance As TypeInfo
Dim value As Long

value = instance.MaximumLength

instance.MaximumLength = value
public long MaximumLength { get; set; }
public:
property long long MaximumLength {
    long long get ();
    void set (long long value);
}
function get MaximumLength () : long
function set MaximumLength (value : long)

Property Value

Type: System.Int64
The maximum length for the data type.

Permissions

See Also

Reference

TypeInfo Class

Microsoft.Web.Management.DatabaseManager Namespace