Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.