共用方式為


SecurityObjectKind 列舉

Specifies the types of security objects.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
<SerializableAttribute> _
Public Enumeration SecurityObjectKind
'用途
Dim instance As SecurityObjectKind
[SerializableAttribute]
public enum SecurityObjectKind
[SerializableAttribute]
public enum class SecurityObjectKind
[<SerializableAttribute>]
type SecurityObjectKind
public enum SecurityObjectKind

成員

成員名稱 說明
ApplicationRole The object is ApplicationRole.
Assembly The object is Assembly.
AsymmetricKey The object is AsymmetricKey.
AvailabilityGroup The object is AvailabilityGroup.
Certificate The object is Certificate.
Contract The object is Contract.
Database The object is Database.
Endpoint The object is Endpoint.
FullTextCatalog The object is FullTextCatalog.
FullTextStopList The object is FullTextStopList.
Login The object is Login.
MessageType The object is MessageType.
NotSpecified The object is NotSpecified.
Object The object is Object.
RemoteServiceBinding The object is RemoteServiceBinding.
Role The object is Role.
Route The object is Route.
Schema The object is Schema.
SearchPropertyList The object is SearchPropertyList.
Server The object is Server.
ServerRole The object is ServerRole.
Service The object is Service.
SymmetricKey The object is SymmetricKey.
Type The object is Type.
User The object is User.
XmlSchemaCollection The object is XmlSchemaCollection.

請參閱

參考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間