次の方法で共有


SfcObjectState 列挙体

このメンバーをコード内で直接参照しないでください。このメンバーは、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

メンバー

メンバー名 説明
None オブジェクトの状態は "なし" です。
Pending オブジェクトの状態は "保留" です。
Existing オブジェクトの状態は "存在する" です。
Dropped オブジェクトは "削除済み" です。
ToBeDropped オブジェクトの状態は "削除予定" です。