Aracılığıyla paylaş


ColumnConfigAnnotation.IsPartOfPrimaryKey Özellik

Sütun birincil anahtarın parçası olup olmadığını gösteren bir değeri alı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 IsPartOfPrimaryKey As Boolean
    Get
    Set
public bool IsPartOfPrimaryKey { get; set; }
public:
property bool IsPartOfPrimaryKey {
    bool get ();
    void set (bool value);
}
member IsPartOfPrimaryKey : bool with get, set
function get IsPartOfPrimaryKey () : boolean
function set IsPartOfPrimaryKey (value : boolean)

Özellik Değeri

Tür: System.Boolean
true sütun birincil anahtarın parçası ise; Aksi takdirde, false.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ColumnConfigAnnotation Sınıf

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