Поделиться через


Метод CheckObjectState (Boolean)

Validates the state of the referenced object with the option to specify that an exception is thrown if the object is not yet created.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Protected Overridable Sub CheckObjectState ( _
    throwIfNotCreated As Boolean _
)
'Применение
Dim throwIfNotCreated As Boolean

Me.CheckObjectState(throwIfNotCreated)
protected virtual void CheckObjectState(
    bool throwIfNotCreated
)
protected:
virtual void CheckObjectState(
    bool throwIfNotCreated
)
abstract CheckObjectState : 
        throwIfNotCreated:bool -> unit 
override CheckObjectState : 
        throwIfNotCreated:bool -> unit 
protected function CheckObjectState(
    throwIfNotCreated : boolean
)

Параметры

  • throwIfNotCreated
    Тип System. . :: . .Boolean
    A Boolean value that specifies whether to throw an exception if the object is not yet created.
    If True, the method throws an exception if the object is not yet created. Otherwise, False.

Замечания

Вызов методов