Freigeben über


ObjectClass Enumeration

The ObjectClass enumeration contains values that specify the SQL Server Management Objects (SMO) class type.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)

Syntax

'Declaration
Public Enumeration ObjectClass
public enum ObjectClass
public enum class ObjectClass
public enum ObjectClass
public enum ObjectClass

Members

Member name Description
ApplicationRole An ApplicationRole class.
Certificate A Certificate class.
Database A Database class.
DatabaseRole A DatabaseRole class.
Endpoint An Endpoint class.
FullTextCatalog A FullTextCatalog class.
Login A Login class.
MessageType A MessageType class.
ObjectOrColumn An Object or Column class.
RemoteServiceBinding A RemoteServiceBinding class.
Schema A Schema class.
SecurityExpression A SecurityExpression class.
Server A Server class.
ServerPrincipal A class that represents a server level principal, such as a Login.
ServerRole A ServerRole class.
Service A class that represent a service such as the JobServer class.
ServiceContract A ServiceContract class.
ServiceRoute A ServiceRoute class.
SqlAssembly A SqlAssembly class.
SymmetricKey A SymmetricKey class.
User A User class.
UserDefinedType A UserDefinedType class.
XmlNamespace An XmlSchemaCollection class.

Hinweise

The ObjectClass enumeration class is served by the ObjectClass property.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Smo Namespace