RegSvrSmoObject.IsObjectInitialized Method
Gets a Boolean value that specifies whether the object was initialized.
Namespace: Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.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 is true if the object was initialized. Otherwise, false.
See Also
Reference
Microsoft.SqlServer.Management.Smo.RegisteredServers Namespace