Property.ISfcProperty.Enabled 속성

Gets the Boolean property value that specifies whether the property is enabled on the entity that it represents on the instance of SQL Server.

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

구문

‘선언
Private ReadOnly Property Enabled As Boolean 
    Implements ISfcProperty.Enabled 
    Get
‘사용 방법
Dim instance As [Property]
Dim value As Boolean 

value = CType(instance, ISfcProperty).Enabled
bool ISfcProperty.Enabled { get; }
private:
virtual property bool Enabled {
    bool get () sealed = ISfcProperty::Enabled::get;
}
private abstract Enabled : bool 
private override Enabled : bool
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

속성 값

유형: System.Boolean
A Boolean value that specifies whether the property is enabled.If True, the property is enabled.If False (default), the property is not enabled.

구현

ISfcProperty.Enabled

참고 항목

참조

Property 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스