SecurityObjectKind 枚举

指定安全对象的类型。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
<SerializableAttribute> _
Public Enumeration SecurityObjectKind
[SerializableAttribute]
public enum SecurityObjectKind
[SerializableAttribute]
public enum class SecurityObjectKind
[<SerializableAttribute>]
type SecurityObjectKind
public enum SecurityObjectKind

成员

成员名称 说明
NotSpecified 对象为 NotSpecified
ApplicationRole 对象为 ApplicationRole
Assembly 对象为 Assembly
AsymmetricKey 对象为 AsymmetricKey
Certificate 对象为 Certificate
Contract 对象为 Contract
Database 对象为 Database
Endpoint 对象为 Endpoint
FullTextCatalog
Login 对象为 Login
MessageType 对象为 MessageType
Object 对象为 Object
RemoteServiceBinding 对象为 RemoteServiceBinding
Role 对象为 Role
Route 对象为 Route
Schema 对象为 Schema
Server 对象为 Server
Service 对象为 Service
SymmetricKey 对象为 SymmetricKey
Type 对象为 Type
User 对象为 User
XmlSchemaCollection 对象为 XmlSchemaCollection
FullTextStoplist

请参见

参考

Microsoft.Data.Schema.ScriptDom.Sql 命名空间