Condividi tramite


Metodo RegSvrSmoObject.IsObjectInitialized

Gets a Boolean value that specifies whether the object was initialized.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.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 is true if the object was initialized. Otherwise, false.

Vedere anche

Riferimento

RegSvrSmoObject Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo.RegisteredServers