Partilhar via


Propriedade do RDL IsChecked

Gets a value that indicates whether the FOREIGN KEY constraint applies to new data only or also to existing data.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
ReadOnly Property IsChecked As Boolean
    Get
'Uso
Dim instance As IForeignKeyConstraint
Dim value As Boolean

value = instance.IsChecked
bool IsChecked { get; }
property bool IsChecked {
    bool get ();
}
abstract IsChecked : bool
function get IsChecked () : boolean

Valor da propriedade

Tipo: System. . :: . .Boolean
true if the FOREIGN KEY constraint applies to both existing data and newly added data; false if it applies only to newly added data.