SqlSmoObject.IsObjectInitialized 메서드
Verifies whether the object has been initialized.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.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
A Boolean value that specifies whether the object has been initialized.If True, the object has been initialized. Otherwise, False.