Aracılığıyla paylaş


DataSchemaError.Column Özellik

Hatanın oluştuğu sütun sayısını alır.

Ad alanı:  Microsoft.Data.Schema
Derleme:  Microsoft.Data.Schema (Microsoft.Data.Schema.dll içinde)

Sözdizimi

'Bildirim
Public Property Column As Integer
    Get
    Set
public int Column { get; set; }
public:
property int Column {
    int get ();
    void set (int value);
}
member Column : int with get, set
function get Column () : int
function set Column (value : int)

Özellik Değeri

Tür: System.Int32
Sütun numarası.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

DataSchemaError Sınıf

Microsoft.Data.Schema Ad Alanı