Propriedade do RDL Length
Gets the length of the data type.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property Length As Integer
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Int32
The length of the data type.
Consulte também