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 네임스페이스