オブジェクトが初期化されたかどうかを示す Boolean 値を取得します。
名前空間: Microsoft.SqlServer.Management.Smo.RegisteredServers
アセンブリ: Microsoft.SqlServer.SmoExtended (Microsoft.SqlServer.SmoExtended.dll)
構文
'宣言
Protected Friend Function IsObjectInitialized As Boolean
'使用
Dim returnValue As Boolean
returnValue = Me.IsObjectInitialized()
protected internal bool IsObjectInitialized()
protected public:
bool IsObjectInitialized()
member IsObjectInitialized : unit -> bool
function IsObjectInitialized() : boolean
戻り値
型: System.Boolean
オブジェクトが初期化されていた場合、Boolean 値は true です。それ以外の場合は false です。