Aracılığıyla paylaş


ColumnConfigAnnotation.Selected Özellik

Sütun seçili olup olmadığını gösteren bir değeri döndürür.

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

Sözdizimi

'Bildirim
Public Property Selected As Boolean
    Get
    Set
public bool Selected { get; set; }
public:
property bool Selected {
    bool get ();
    void set (bool value);
}
member Selected : bool with get, set
function get Selected () : boolean
function set Selected (value : boolean)

Özellik Değeri

Tür: System.Boolean
true sütun seçtiyseniz; Aksi takdirde, false.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ColumnConfigAnnotation Sınıf

Microsoft.Data.Schema.Tools.DataGenerator Ad Alanı