Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies a kind of security object.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration SecurityObjectKind
[SerializableAttribute]
public enum SecurityObjectKind
[SerializableAttribute]
public enum class SecurityObjectKind
[<SerializableAttribute>]
type SecurityObjectKind
public enum SecurityObjectKind
Members
| Member name | Description | |
|---|---|---|
| NotSpecified | Object is NotSpecified | |
| ApplicationRole | Object is ApplicationRole | |
| Assembly | Object is Assembly | |
| AsymmetricKey | Object is AsymmetricKey | |
| Certificate | Object is Certificate | |
| Contract | Object is Contract | |
| Database | Object is Database | |
| Endpoint | Object is Endpoint | |
| FullTextCatalog | ||
| Login | Object is Login | |
| MessageType | Object is MessageType | |
| Object | Object is Object | |
| RemoteServiceBinding | Object is RemoteServiceBinding | |
| Role | Object is Role | |
| Route | Object is Route | |
| Schema | Object is Schema | |
| Server | Object is Server | |
| Service | Object is Service | |
| SymmetricKey | Object is SymmetricKey | |
| Type | Object is Type | |
| User | Object is User | |
| XmlSchemaCollection | Object is XmlSchemaCollection | |
| FullTextStoplist |