Proprietà ArgIsScale
Gets a value that indicates whether the first argument represents the scale or the length.
Spazio dei nomi Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ArgIsScale As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Boolean
true if the first argument represents the scale; false if the first argument represents the length.
Vedere anche