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


Перечисление SfcObjectState

Represents the state of the object in the backend. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

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

Синтаксис

'Декларация
Public Enumeration SfcObjectState
'Применение
Dim instance As SfcObjectState
public enum SfcObjectState
public enum class SfcObjectState
type SfcObjectState
public enum SfcObjectState

Элементы

Имя элемента Описание
Dropped The object is dropped in the backend and/or is no longer in a valid state.
Existing The object corresponds to an existing object in the backend.
None The object not yet set or unknown.
Pending The object is instantiated but not yet committed to the backend.
Recreate The object is to be dropped and then created again.
ToBeDropped The object is marked for deletion.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc