RegSvrSmoObject.Initialize Método
Initializes the object.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.RegisteredServers
Ensamblado: Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Sintaxis
'Declaración
Public Function Initialize As Boolean
'Uso
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
Valor devuelto
Tipo: 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.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo.RegisteredServers