Partager via


Méthode IsObjectInitialized

Gets a Boolean value that specifies whether the object was initialized.

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

Syntaxe

'Déclaration
Protected Friend Function IsObjectInitialized As Boolean
'Utilisation
Dim returnValue As Boolean

returnValue = Me.IsObjectInitialized()
protected internal bool IsObjectInitialized()
protected public:
bool IsObjectInitialized()
member IsObjectInitialized : unit -> bool 
 function IsObjectInitialized() : boolean

Valeur de retour

Type : System. . :: . .Boolean
A Boolean value that is true if the object was initialized. Otherwise, false.