HasCheckOption 属性

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

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
Property HasCheckOption As Boolean
    Get
    Set
用法
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)

属性值

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

实现

IView. . :: . .HasCheckOption