RequireLength Propiedad
Gets a value that indicates whether the data type requires a length.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
Public ReadOnly Property RequireLength As Boolean
Get
'Uso
Dim instance As DataTypeSpec
Dim value As Boolean
value = instance.RequireLength
public bool RequireLength { get; }
public:
property bool RequireLength {
bool get ();
}
member RequireLength : bool
function get RequireLength () : boolean
Valor de la propiedad
Tipo: System. . :: . .Boolean
true if the data type requires a length; otherwise, false.
Vea también