セキュリティ オブジェクトの種類を指定します。
名前空間: 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 | オブジェクトは ApplicationRole です。 | |
| Assembly | オブジェクトは Assembly です。 | |
| AsymmetricKey | オブジェクトは AsymmetricKey です。 | |
| AvailabilityGroup | オブジェクトは AvailabilityGroup です。 | |
| Certificate | オブジェクトは Certificate です。 | |
| Contract | オブジェクトは Contract です。 | |
| Database | オブジェクトは Database です。 | |
| Endpoint | オブジェクトは Endpoint です。 | |
| FullTextCatalog | オブジェクトは FullTextCatalog です。 | |
| FullTextStopList | オブジェクトは FullTextStopList です。 | |
| Login | オブジェクトは Login です。 | |
| MessageType | オブジェクトは MessageType です。 | |
| NotSpecified | オブジェクトは NotSpecified です。 | |
| Object | オブジェクトは Object です。 | |
| RemoteServiceBinding | オブジェクトは RemoteServiceBinding です。 | |
| Role | オブジェクトは Role です。 | |
| Route | オブジェクトは Route です。 | |
| Schema | オブジェクトは Schema です。 | |
| SearchPropertyList | オブジェクトは SearchPropertyList です。 | |
| Server | オブジェクトは Server です。 | |
| ServerRole | オブジェクトは ServerRole です。 | |
| Service | オブジェクトは Service です。 | |
| SymmetricKey | オブジェクトは SymmetricKey です。 | |
| Type | オブジェクトは Type です。 | |
| User | オブジェクトは User です。 | |
| XmlSchemaCollection | オブジェクトは XmlSchemaCollection です。 |