หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Checks the state of a SqlSmoObject.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Sub CheckObjectStateImpl ( _
throwIfNotCreated As Boolean _
)
'Usage
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
)
Parameters
- throwIfNotCreated
Type: System.Boolean
A Boolean value that specifies whether to throw an exception if the object is not created.