PrincipalOptionKind 列舉
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. |