IsObjectInitialized Método
Gets a Boolean value that specifies whether the object was initialized.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.RegisteredServers
Ensamblado: Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: System. . :: . .Boolean
A Boolean value that is true if the object was initialized. Otherwise, false.
Vea también