Поделиться через


Свойство ArgIsScale

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

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
Public ReadOnly Property ArgIsScale As Boolean
    Get
'Применение
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

Значение свойства

Тип: System. . :: . .Boolean
true if the first argument represents the scale; false if the first argument represents the length.