SqlDecimal.Data Vlastnost

Definice

Získá binární reprezentaci této SqlDecimal struktury jako pole celých čísel.

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

Hodnota vlastnosti

Int32[]

Pole celých čísel, které obsahuje binární reprezentaci této SqlDecimal struktury.

Platí pro

Viz také