Gets a Boolean value indicating the collection is initialized.
If True, collection is initialized.
If False the collection is not initialized.
命名空間: Microsoft.SqlServer.Management.Smo.RegisteredServers
組件: Microsoft.SqlServer.SmoExtended (在 Microsoft.SqlServer.SmoExtended.dll 中)
語法
'宣告
Protected Friend initialized As Boolean
'用途
Dim value As Boolean
value = Me.initialized
Me.initialized = value
protected internal bool initialized
protected public:
bool initialized
val mutable initialized: bool
var initialized : boolean