Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Specifies the Sql server authentication type.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (em Microsoft.SqlServer.SqlEnum.dll)
Sintaxe
'Declaração
Public Enumeration AuthenticationType
'Uso
Dim instance As AuthenticationType
public enum AuthenticationType
public enum class AuthenticationType
type AuthenticationType
public enum AuthenticationType
Membros
| Nome do membro | Descrição | |
|---|---|---|
| Database | The database authentication type. | |
| Instance | The instance authentication type. | |
| None | The none authentication type. | |
| Windows | The windows authentication type. |