CredentialPersistenceType Enumeration
The CredentialPersistenceType enumeration contains values that are used to specify how the login and passwords are persisted.
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
| 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. |
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Show: