SqlSmoObject.CheckObjectStateImpl 메서드
Checks the state of a SqlSmoObject.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Protected Sub CheckObjectStateImpl ( _
throwIfNotCreated As Boolean _
)
‘사용 방법
Dim throwIfNotCreated As Boolean
Me.CheckObjectStateImpl(throwIfNotCreated)
protected void CheckObjectStateImpl(
bool throwIfNotCreated
)
protected:
void CheckObjectStateImpl(
bool throwIfNotCreated
)
member CheckObjectStateImpl :
throwIfNotCreated:bool -> unit
protected function CheckObjectStateImpl(
throwIfNotCreated : boolean
)
매개 변수
- throwIfNotCreated
유형: System.Boolean
A Boolean value that specifies whether to throw an exception if the object is not created.