DeleteAction 속성
Gets a ForeignKeyAction value that specifies the action taken when a row that is referenced by the foreign key is deleted.
네임스페이스: Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리: Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)
구문
‘선언
ReadOnly Property DeleteAction As ForeignKeyAction
Get
‘사용 방법
Dim instance As IForeignKeyConstraint
Dim value As ForeignKeyAction
value = instance.DeleteAction
ForeignKeyAction DeleteAction { get; }
property ForeignKeyAction DeleteAction {
ForeignKeyAction get ();
}
abstract DeleteAction : ForeignKeyAction
function get DeleteAction () : 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.