Enumeração AuthenticationType

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.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Smo