SqlSmoObject.IsObjectInitialized Method

Verifies whether the object has been initialized.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.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 object has been initialized.If True, the object has been initialized. Otherwise, False.

Examples

Calling Methods

See Also

Reference

SqlSmoObject Class

Microsoft.SqlServer.Management.Smo Namespace