Метод 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.