RegSvrSmoObject.IsObjectInitialized 메서드

Gets a Boolean value that specifies whether the object was initialized.

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

구문

‘선언
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 is true if the object was initialized. Otherwise, false.

참고 항목

참조

RegSvrSmoObject 클래스

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