Condividi tramite


Proprietà HasCheckOption

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

Spazio dei nomi  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Sintassi

'Dichiarazione
Property HasCheckOption As Boolean
    Get
    Set
'Utilizzo
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)

Valore proprietà

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

Implementa

IView. . :: . .HasCheckOption