Share via


ISystemDataType.Length Property

Gets the length of the data type.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property Length As Integer
    Get
'Usage
Dim instance As ISystemDataType
Dim value As Integer

value = instance.Length
int Length { get; }
property int Length {
    int get ();
}
abstract Length : int
function get Length () : int

Property Value

Type: System.Int32
The length of the data type.