Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the kinds of login option.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration PrincipalOptionKind
'Usage
Dim instance As PrincipalOptionKind
public enum PrincipalOptionKind
public enum class PrincipalOptionKind
type PrincipalOptionKind
public enum PrincipalOptionKind
Members
| Member name | Description | |
|---|---|---|
| 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. |