UserType 列挙体
ユーザー型を指定します。
名前空間: Microsoft.SqlServer.Management.SqlParser.Metadata
アセンブリ: Microsoft.SqlServer.Management.SqlParser (Microsoft.SqlServer.Management.SqlParser.dll)
構文
'宣言
Public Enumeration UserType
'使用
Dim instance As UserType
public enum UserType
public enum class UserType
type UserType
public enum UserType
メンバー
| メンバー名 | 説明 | |
|---|---|---|
| AsymmetricKey | 非対称キーです。 | |
| Certificate | 証明書です。 | |
| NoLogin | SQL Server にログインできないユーザーです。 | |
| SqlLogin | SQL Server ログインです。 |