QEStatusBarManager.IsInitialized 속성

Gets a Boolean value that specifies whether it is safe to call other methods of this class. (It is always safe to call Initialize.)

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
어셈블리:  SQLEditors(SQLEditors.dll)

구문

‘선언
Public ReadOnly Property IsInitialized As Boolean 
    Get
‘사용 방법
Dim instance As QEStatusBarManager 
Dim value As Boolean 

value = instance.IsInitialized
public bool IsInitialized { get; }
public:
property bool IsInitialized {
    bool get ();
}
member IsInitialized : bool
function get IsInitialized () : boolean

속성 값

유형: System.Boolean
A Boolean value, True if it is safe to call other methods, otherwise False.

참고 항목

참조

QEStatusBarManager 클래스

Microsoft.SqlServer.Management.UI.VSIntegration.Editors 네임스페이스