Partilhar via


Propriedade do RDL ArgIsScale

Gets a value that indicates whether the first argument represents the scale or the length.

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

Sintaxe

'Declaração
Public ReadOnly Property ArgIsScale As Boolean
    Get
'Uso
Dim instance As DataTypeSpec
Dim value As Boolean

value = instance.ArgIsScale
public bool ArgIsScale { get; }
public:
property bool ArgIsScale {
    bool get ();
}
member ArgIsScale : bool
function get ArgIsScale () : boolean

Valor da propriedade

Tipo: System. . :: . .Boolean
true if the first argument represents the scale; false if the first argument represents the length.