IsObjectInitialized méthode
Specifies whether the referenced object is initialized.
Espace de noms : Microsoft.SqlServer.Management.Smo.Wmi
Assembly : Microsoft.SqlServer.SqlWmiManagement (dans Microsoft.SqlServer.SqlWmiManagement.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 specifies whether the referenced object is initialized.
If True, the object is initialized.
If False, the object is not initialized.
Voir aussi