DataTypeSpec.ArgIsScale Property
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 (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Public ReadOnly Property ArgIsScale As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
true if the first argument represents the scale; false if the first argument represents the length.