보안 개체의 종류를 지정합니다.
네임스페이스: 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 |