共用方式為


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