Свойство UpdateAction
Gets a ForeignKeyAction value that specifies the action taken when a row that is referenced by the foreign key is updated.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
ReadOnly Property UpdateAction As ForeignKeyAction
Get
'Применение
Dim instance As IForeignKeyConstraint
Dim value As ForeignKeyAction
value = instance.UpdateAction
ForeignKeyAction UpdateAction { get; }
property ForeignKeyAction UpdateAction {
ForeignKeyAction get ();
}
abstract UpdateAction : ForeignKeyAction
function get UpdateAction () : ForeignKeyAction
Значение свойства
Тип: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ForeignKeyAction
A ForeignKeyAction value that specifies the action taken when a row that is referenced by the foreign key is deleted.