SqlDecimal.Data プロパティ

定義

この SqlDecimal 構造体のバイナリ表現を整数の配列として取得します。

public:
 property cli::array <int> ^ Data { cli::array <int> ^ get(); };
public int[] Data { get; }
member this.Data : int[]
Public ReadOnly Property Data As Integer()

プロパティ値

Int32[]

この SqlDecimal 構造体のバイナリ表現を格納している整数の配列。

適用対象

こちらもご覧ください