Método IsObjectInitialized
Gets a Boolean value that specifies whether the object was initialized.
Namespace: Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly: Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.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 is true if the object was initialized. Otherwise, false.
Consulte também