Condividi tramite


Metodo IsObjectInitialized

Verifies whether the object has been initialized.

Spazio dei nomi:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.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 object has been initialized.
If True, the object has been initialized. Otherwise, False.