Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Dieses Feature wird in einer zukünftigen Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.
The UseTrustedConnection property selects the authentication mode for registry-listed instances of Microsoft SQL Server.
Syntax
object
.UseTrustedConnection [= value]
Parts
- object
An expression that evaluates to an object in the Applies To list
value
0 = SQL Server Authentication1 = Trusted connection
2 = Prompt
Data Type
Long
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetUseTrustedConnection(LPLONG pRetVal);
HRESULT SetUseTrustedConnection(long NewValue);
Hinweise
Microsoft client applications for SQL Server, such as SQL Server Management Studio, make use of registry-maintained lists for instances of SQL Server, allowing user selection of servers. Any application has access to the registry and can use the lists as part of application logic.
Registry data includes a default setting for use of SQL Server Authentication or Windows Authentication when the SQL Server client application connects to the listed instance.
If 0, a connection initiated by a Microsoft client application for SQL Server using an instance of SQL Server in the registry listing uses SQL Server Authentication. Configure authentication using the Login and Password properties.
If 1, a connection initiated by a Microsoft client application for SQL Server using an instance of SQL Server in the registry listing uses Windows Authentication.
Applies To:
Siehe auch
Verweis
Login Property
Password Property