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 命名空间