Compartilhar via


Método IsObjectInitialized

Specifies whether the referenced object is initialized.

Namespace:  Microsoft.SqlServer.Management.Smo.Wmi
Assembly:  Microsoft.SqlServer.SqlWmiManagement (em Microsoft.SqlServer.SqlWmiManagement.dll)

Sintaxe

'Declaração
Protected Friend Function IsObjectInitialized As Boolean
'Uso
Dim returnValue As Boolean

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

Valor de retorno

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