UserDefinedDataType.NumericPrecision プロパティ
ユーザー定義データ型の定義で使用される数値の最大桁数を取得または設定します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public Property NumericPrecision As Integer
Get
Set
'使用
Dim instance As UserDefinedDataType
Dim value As Integer
value = instance.NumericPrecision
instance.NumericPrecision = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)]
public int NumericPrecision { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design)]
public:
property int NumericPrecision {
int get ();
void set (int value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
member NumericPrecision : int with get, set
function get NumericPrecision () : int
function set NumericPrecision (value : int)
プロパティ値
型: System.Int32
ユーザー定義データ型の数値の有効桁数を示す Byte 値。
説明
数値の有効桁数は、数値の桁数を指定します。 たとえば、123.45 という数値の有効桁数は 5 です。
MaxLength プロパティの値より大きな値を有効桁数に設定することはできません。
使用例
関連項目
参照
Microsoft.SqlServer.Management.Smo 名前空間