WmiSmoObject.IsObjectInitialized Method

Specifies whether the referenced object is initialized.

Namespace:  Microsoft.SqlServer.Management.Smo.Wmi
Assembly:  Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)

Syntax

'Declaration
Protected Friend Function IsObjectInitialized As Boolean
'Usage
Dim returnValue As Boolean 

returnValue = Me.IsObjectInitialized()
protected internal bool IsObjectInitialized()
protected public:
bool IsObjectInitialized()
member IsObjectInitialized : unit -> bool
function IsObjectInitialized() : boolean

Return Value

Type: 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.

Examples

Managing Services and Network Settings by Using WMI Provider

See Also

Reference

WmiSmoObject Class

Microsoft.SqlServer.Management.Smo.Wmi Namespace

Other Resources

WMI and SQL Server

Connecting to the SQL Server Database Engine