Partager via


Propriété HasCheckOption

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

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Property HasCheckOption As Boolean
    Get
    Set
'Utilisation
Dim instance As IMutableView
Dim value As Boolean

value = instance.HasCheckOption

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

Valeur de propriété

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

Implémente

IView. . :: . .HasCheckOption