Share via


Método WmiSmoObject.IsObjectInitialized

Specifies whether the referenced object is initialized.

Namespace:  Microsoft.SqlServer.Management.Smo.Wmi
Assembly:  Microsoft.SqlServer.SqlWmiManagement (em Microsoft.SqlServer.SqlWmiManagement.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 referenced object is initialized.If True, the object is initialized.If False, the object is not initialized.

Exemplos

Gerenciando serviços e configurações de rede através do provedor do WMI

Consulte também

Referência

WmiSmoObject Classe

Namespace Microsoft.SqlServer.Management.Smo.Wmi

Outros recursos

WMI and SQL Server

Conectando ao Mecanismo de Banco de Dados do SQL Server