다음을 통해 공유


IsChecked 속성

Gets a value that indicates whether the CHECK constraint applies to new data only or also to existing data.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
ReadOnly Property IsChecked As Boolean
    Get
‘사용 방법
Dim instance As ICheckConstraint
Dim value As Boolean

value = instance.IsChecked
bool IsChecked { get; }
property bool IsChecked {
    bool get ();
}
abstract IsChecked : bool
function get IsChecked () : boolean

속성 값

유형: System. . :: . .Boolean
true if the CHECK constraint applies to both existing data and newly added data; false if it applies only to newly added data.