Compartilhar via


Propriedade do RDL HasCheckOption

Gets a value that indicates whether the view uses the WITH CHECK option.

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

Sintaxe

'Declaração
ReadOnly Property HasCheckOption As Boolean
    Get
'Uso
Dim instance As IView
Dim value As Boolean

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

Valor da propriedade

Tipo: System. . :: . .Boolean
true if the view uses the WITH CHECK option; othewise, false.