Compartilhar via


Método IsObjectInitialized

Verifies whether the object has been initialized.

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