次の方法で共有


DatabaseObjectTypes Enumeration

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

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

構文

'宣言
<FlagsAttribute> _
Public Enumeration DatabaseObjectTypes
[FlagsAttribute] 
public enum DatabaseObjectTypes
[FlagsAttribute] 
public enum class DatabaseObjectTypes
/** @attribute FlagsAttribute() */ 
public enum DatabaseObjectTypes
FlagsAttribute 
public enum DatabaseObjectTypes

メンバ

メンバ名 説明
All すべてのオブジェクトの種類が表されます。
ApplicationRole オブジェクトの種類は ApplicationRole です。
AsymmetricKey オブジェクトの種類は AsymmetricKey です。
Certificate オブジェクトの種類は Certificate です。
DatabaseRole オブジェクトの種類は DatabaseRole です。
Default オブジェクトの種類は Default です。
ExtendedStoredProcedure オブジェクトの種類は ExtendedStoredProcedure です。
FullTextCatalog オブジェクトの種類は FullTextCatalog です。
MessageType オブジェクトの種類は MessageType です。
PartitionFunction オブジェクトの種類は PartitionFunction です。
PartitionScheme オブジェクトの種類は PartitionScheme です。
RemoteServiceBinding オブジェクトの種類は RemoteServiceBinding です。
Rule オブジェクトの種類は Rule です。
Schema オブジェクトの種類は Schema です。
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 です。
UserDefinedType オブジェクトの種類は UserDefinedType です。
View オブジェクトの種類は View です。
XmlSchemaCollection オブジェクトの種類は XmlSchemaCollection です。

解説

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

この名前空間、クラス、またはメンバは、Microsoft .NET Framework 2.0 でのみサポートされています。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

Microsoft.SqlServer.Management.Smo Namespace