Propriedade AuthenticationEndpointProtocolOption.AuthenticationTypes
Obtém ou define os tipos de autenticação.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)
Sintaxe
'Declaração
Public Property AuthenticationTypes As AuthenticationTypes
Get
Set
public AuthenticationTypes AuthenticationTypes { get; set; }
public:
property AuthenticationTypes AuthenticationTypes {
AuthenticationTypes get ();
void set (AuthenticationTypes value);
}
member AuthenticationTypes : AuthenticationTypes with get, set
function get AuthenticationTypes () : AuthenticationTypes
function set AuthenticationTypes (value : AuthenticationTypes)
Valor de propriedade
Tipo: Microsoft.Data.Schema.ScriptDom.Sql.AuthenticationTypes
Retorna um AuthenticationTypes valor de enumeração.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.