다음을 통해 공유


IsObjectInitialized 메서드

Verifies whether the object has been initialized.

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

구문

‘선언
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 object has been initialized.
If True, the object has been initialized. Otherwise, False.