Aracılığıyla paylaş


ColumnDefinition.IsIdentityNotForReplication Özellik

Alır veya ayarlar kimlik çoğaltma için değil mi.

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

Sözdizimi

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

Özellik Değeri

Tür: System.Boolean
Kimlik için çoğaltma, false Aksi takdirde true deðerini verir.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ColumnDefinition Sınıf

Microsoft.Data.Schema.ScriptDom.Sql Ad Alanı