Specifies the kinds of login option.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Enumeration PrincipalOptionKind
用法
Dim instance As PrincipalOptionKind
public enum PrincipalOptionKind
public enum class PrincipalOptionKind
type PrincipalOptionKind
public enum PrincipalOptionKind
成员
| 成员名称 | 说明 | |
|---|---|---|
| CheckExpiration | The option kind is CheckExpiration. | |
| CheckPolicy | The option kind is CheckPolicy. | |
| Credential | The option kind is Credential. | |
| DefaultDatabase | The option kind is DefaultDatabase. | |
| DefaultLanguage | The option kind is DefaultLanguage. | |
| DefaultSchema | The option kind is DefaultSchema. | |
| Login | The option kind is Login. | |
| Name | The option kind is Name. | |
| NoCredential | The option kind is NoCredential. | |
| Password | The option kind is Password. | |
| Sid | The option kind is Sid. |