次の方法で共有


Precision プロパティ

データ型が数値の場合に、列の有効桁数を取得または設定します。

名前空間:  Microsoft.Synchronization.Data
アセンブリ:  Microsoft.Synchronization.Data (Microsoft.Synchronization.Data.dll 内)

構文

'宣言
Public Property Precision As Integer
    Get
    Set
'使用
Dim instance As DbSyncColumnDescription
Dim value As Integer

value = instance.Precision

instance.Precision = value
public int Precision { get; set; }
public:
property int Precision {
    int get ();
    void set (int value);
}
member Precision : int with get, set
function get Precision () : int
function set Precision (value : int)

プロパティ値

型 : System. . :: . .Int32
列の有効桁数が指定されている場合はその有効桁数。それ以外の場合は -1。

参照

参照

DbSyncColumnDescriptionクラス

DbSyncColumnDescription メンバー

Microsoft.Synchronization.Data 名前空間