Share via


RegSvrSmoObject.Initialize 메서드

Initializes the object.

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

구문

‘선언
Public Function Initialize As Boolean
‘사용 방법
Dim instance As RegSvrSmoObject 
Dim returnValue As Boolean 

returnValue = instance.Initialize()
public bool Initialize()
public:
bool Initialize()
member Initialize : unit -> bool
public function Initialize() : boolean

반환 값

유형: System.Boolean
A Boolean value that specifies whether the object was initialized successfully.If True, the object initialized successfully.If False, the object failed to initialize.

참고 항목

참조

RegSvrSmoObject 클래스

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