다음을 통해 공유


IsObjectInitialized 메서드

Specifies whether the referenced object is initialized.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Wmi
어셈블리:  Microsoft.SqlServer.SqlWmiManagement.dll의 Microsoft.SqlServer.SqlWmiManagement

구문

‘선언
Protected Friend Function IsObjectInitialized As Boolean
‘사용 방법
Dim returnValue As Boolean

returnValue = Me.IsObjectInitialized()
protected internal bool IsObjectInitialized()
protected public:
bool IsObjectInitialized()
member IsObjectInitialized : unit -> bool 
 function IsObjectInitialized() : boolean

반환 값

형식: System. . :: . .Boolean
A Boolean value that specifies whether the referenced object is initialized.
If True, the object is initialized.
If False, the object is not initialized.