ArgIsScale Propiedad
Gets a value that indicates whether the first argument represents the scale or the length.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System. . :: . .Boolean
true if the first argument represents the scale; false if the first argument represents the length.
Vea también