Propriedade do RDL RequireLength
Gets a value that indicates whether the data type requires a length.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Boolean
true if the data type requires a length; otherwise, false.
Consulte também