Compartir a través de


HasCheckOption Propiedad

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

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

Sintaxis

'Declaración
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 de la propiedad

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