Partager via


Propriété ArgIsScale

Gets a value that indicates whether the first argument represents the scale or the 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 ArgIsScale As Boolean
    Get
'Utilisation
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

Valeur de propriété

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