Aracılığıyla paylaş


ForeignKeyConstraint.UpdateAction Özellik

Alır veya güncelleştirme sırasında gerçekleştirilecek eylemi ayarlar.

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 UpdateAction As DeleteUpdateAction
    Get
    Set
public DeleteUpdateAction UpdateAction { get; set; }
public:
property DeleteUpdateAction UpdateAction {
    DeleteUpdateAction get ();
    void set (DeleteUpdateAction value);
}
member UpdateAction : DeleteUpdateAction with get, set
function get UpdateAction () : DeleteUpdateAction
function set UpdateAction (value : DeleteUpdateAction)

Özellik Değeri

Tür: Microsoft.Data.Schema.ScriptDom.Sql.DeleteUpdateAction
Döndürür bir DeleteUpdateAction numaralandırma değeri.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ForeignKeyConstraint Sınıf

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