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.

Remarks

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Microsoft.SqlServer.Management.Smo Namespace