Enumeración AuthenticationType
Specifies the Sql server authentication type.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Sintaxis
'Declaración
Public Enumeration AuthenticationType
'Uso
Dim instance As AuthenticationType
public enum AuthenticationType
public enum class AuthenticationType
type AuthenticationType
public enum AuthenticationType
Miembros
Nombre del miembro | Descripción | |
---|---|---|
Database | The database authentication type. | |
Instance | The instance authentication type. | |
None | The none authentication type. | |
Windows | The windows authentication type. |