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 default 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 DefaultLength As Integer
'Usage
Dim instance As TypeInfo
Dim value As Integer
value = instance.DefaultLength
instance.DefaultLength = value
public int DefaultLength { get; set; }
public:
property int DefaultLength {
int get ();
void set (int value);
}
function get DefaultLength () : int
function set DefaultLength (value : int)
Property Value
Type: System.Int32
The default 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.