Partager via


Méthode Initialize

Initializes the object.

Espace de noms :  Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly :  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
Public Function Initialize As Boolean
'Utilisation
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

Valeur de retour

Type : 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.