Metodo IsObjectInitialized
Specifies whether the referenced object is initialized.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)
Sintassi
'Dichiarazione
Protected Friend Function IsObjectInitialized As Boolean
'Utilizzo
Dim returnValue As Boolean
returnValue = Me.IsObjectInitialized()
protected internal bool IsObjectInitialized()
protected public:
bool IsObjectInitialized()
member IsObjectInitialized : unit -> bool
function IsObjectInitialized() : boolean
Valore restituito
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.
Vedere anche