Compartir a través de


HasCheckOption Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
Property HasCheckOption As Boolean
    Get
    Set
'Uso
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)

Valor de la propiedad

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

Implementa

IView. . :: . .HasCheckOption