DatabaseObjectTypes 列挙体

DatabaseObjectTypes 列挙は、データベース オブジェクトの種類を示す定数値の一覧です。

この列挙体には、メンバー値のビットごとの組み合わせを可能にする FlagsAttribute 属性が含まれています。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<FlagsAttribute> _
Public Enumeration DatabaseObjectTypes
'使用
Dim instance As DatabaseObjectTypes
[FlagsAttribute]
public enum DatabaseObjectTypes
[FlagsAttribute]
public enum class DatabaseObjectTypes
[<FlagsAttribute>]
type DatabaseObjectTypes
public enum DatabaseObjectTypes

メンバー

メンバー名 説明
All すべてのオブジェクトの種類が表されます。
ApplicationRole オブジェクトの種類は ApplicationRole です。
AsymmetricKey オブジェクトの種類は AsymmetricKey です。
Certificate オブジェクトの種類は Certificate です。
DatabaseAuditSpecification オブジェクトの種類は DatabaseAuditSpecification です。
DatabaseEncryptionKey オブジェクトの種類は DatabaseEncryptionKey です。
DatabaseRole オブジェクトの種類は DatabaseRole です。
Default オブジェクトの種類は Default です。
ExtendedStoredProcedure オブジェクトの種類は ExtendedStoredProcedure です。
Federation オブジェクトの種類は Federation です。
FullTextCatalog オブジェクトの種類は FullTextCatalog です。
FullTextStopList オブジェクトの種類は FullTextStoplist です。
MessageType オブジェクトの種類は MessageType です。
PartitionFunction オブジェクトの種類は PartitionFunction です。
PartitionScheme オブジェクトの種類は PartitionScheme です。
PlanGuide オブジェクトの種類は PlanGuide です。
RemoteServiceBinding オブジェクトの種類は RemoteServiceBinding です。
Rule オブジェクトの種類は Rule です。
Schema オブジェクトの種類は Schema です。
SearchPropertyList オブジェクトの種類は SearchPropertyList です。
Sequence オブジェクトの種類は Sequence です。
ServiceBroker オブジェクトの種類は ServiceBroker です。
ServiceContract オブジェクトの種類は ServiceContract です。
ServiceQueue オブジェクトの種類は ServiceQueue です。
ServiceRoute オブジェクトの種類は ServiceRoute です。
SqlAssembly オブジェクトの種類は SqlAssembly です。
StoredProcedure オブジェクトの種類は StoredProcedure です。
SymmetricKey オブジェクトの種類は SymmetricKey です。
Synonym オブジェクトの種類は Synonym です。
Table オブジェクトの種類は Table です。
User オブジェクトの種類は User です。
UserDefinedAggregate オブジェクトの種類は UserDefinedAggregate です。
UserDefinedDataType オブジェクトの種類は UserDefinedDataType です。
UserDefinedFunction オブジェクトの種類は UserDefinedFunction です。
UserDefinedTableTypes オブジェクトの種類は UserDefinedTableTypes です。
UserDefinedType オブジェクトの種類は UserDefinedType です。
View オブジェクトの種類は View です。
XmlSchemaCollection オブジェクトの種類は XmlSchemaCollection です。

説明

DatabaseObjectTypes 列挙クラスは、EnumObjects メソッドによって処理されます。

関連項目

参照

Microsoft.SqlServer.Management.Smo 名前空間