ArgIsScale プロパティ
最初の引数が小数点以下桁数を表すか、長さを表すかを示す値を取得します。
名前空間: 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、最初の引数が長さを表す場合は false です。