Partager via


Propriété RequireLength

Gets a value that indicates whether the data type requires a length.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Public ReadOnly Property RequireLength As Boolean
    Get
'Utilisation
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

Valeur de propriété

Type : System. . :: . .Boolean
true if the data type requires a length; otherwise, false.