IsEnabled 속성
Gets a value that indicates whether the FOREIGN KEY constraint is enabled.
네임스페이스: Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리: Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)
구문
‘선언
ReadOnly Property IsEnabled As Boolean
Get
‘사용 방법
Dim instance As IForeignKeyConstraint
Dim value As Boolean
value = instance.IsEnabled
bool IsEnabled { get; }
property bool IsEnabled {
bool get ();
}
abstract IsEnabled : bool
function get IsEnabled () : boolean
속성 값
유형: System. . :: . .Boolean
true if the FOREIGN KEY constraint is enabled; otherwise, false.