Aracılığıyla paylaş


ColumnConfigAnnotation.IsPartOfForeignKey Özellik

Sütun yabancı anahtar bir 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 IsPartOfForeignKey As Boolean
    Get
    Set
public bool IsPartOfForeignKey { get; set; }
public:
property bool IsPartOfForeignKey {
    bool get ();
    void set (bool value);
}
member IsPartOfForeignKey : bool with get, set
function get IsPartOfForeignKey () : boolean
function set IsPartOfForeignKey (value : boolean)

Özellik Değeri

Tür: System.Boolean
true sütun yabancı anahtar bir 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ı