SfcObjectState Enumeration
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Enumeration SfcObjectState
'Usage
Dim instance As SfcObjectState
public enum SfcObjectState
public enum class SfcObjectState
type SfcObjectState
public enum SfcObjectState
Members
| Member name | Description | |
|---|---|---|
| None | Object state is none. | |
| Pending | Object state is pending. | |
| Existing | Object state is exists. | |
| Dropped | Object is dropped. | |
| ToBeDropped | Object state is to be dropped. |