This topic has not yet been rated - Rate this topic

CredentialPersistenceType Enumeration

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)
public enum CredentialPersistenceType
Member nameDescription
NoneNone of the credentials are persisted.
PersistLoginNameThe login name is persisted.
PersistLoginNameAndPasswordThe login name and the password are persisted.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.