SqlAuthenticationParameters Třída

Definice

Představuje parametry ověřování AD předávané ovladačem zprostředkovatelům ověřování.

public ref class SqlAuthenticationParameters
public ref class SqlAuthenticationParameters sealed
public class SqlAuthenticationParameters
public sealed class SqlAuthenticationParameters
type SqlAuthenticationParameters = class
Public Class SqlAuthenticationParameters
Public NotInheritable Class SqlAuthenticationParameters
Dědičnost
SqlAuthenticationParameters

Konstruktory

Name Description
SqlAuthenticationParameters(SqlAuthenticationMethod, String, String, String, String, String, String, Guid, Int32)

Sestavte s hodnotami pro všechny vlastnosti.

SqlAuthenticationParameters(SqlAuthenticationMethod, String, String, String, String, String, String, Guid)

Inicializuje novou instanci SqlAuthenticationParameters třídy pomocí zadané metody ověřování, názvu serveru, názvu databáze, identifikátoru URI prostředku, identifikátoru URI autority, přihlašovacího jména nebo ID uživatele, hesla uživatele a ID připojení.

Pole

Name Description
ConnectionTimeout

Získá hodnotu časového limitu připojení.

Vlastnosti

Name Description
AuthenticationMethod

Získá metodu ověřování.

Authority

Získá identifikátor URI autority.

ConnectionId

Získá ID připojení.

ConnectionTimeout

Získá hodnotu časového limitu ověřování v sekundách.

DatabaseName

Získá název databáze.

Password

Získá uživatelské heslo.

Resource

Identifikátory URI prostředků.

ServerName

Získá název serveru.

UserId

Získá přihlašovací jméno nebo ID uživatele.

Platí pro