Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The CredentialPersistenceType enumeration contains values that are used to specify how the login and passwords are persisted.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntax
'Declaration
Public Enumeration CredentialPersistenceType
'Usage
Dim instance As CredentialPersistenceType
public enum CredentialPersistenceType
public enum class CredentialPersistenceType
type CredentialPersistenceType
public enum CredentialPersistenceType
Members
| Member name | Description | |
|---|---|---|
| None | None of the credentials are persisted. | |
| PersistLoginName | The login name is persisted. | |
| PersistLoginNameAndPassword | The login name and the password are persisted. |
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.