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