セキュリティ オブジェクトの種類を指定します。
名前空間 : Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ : Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
<SerializableAttribute> _
Public Enumeration SecurityObjectKind
'使用
Dim instance As SecurityObjectKind
[SerializableAttribute]
public enum SecurityObjectKind
[SerializableAttribute]
public enum class 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 |