Enumerazione CredentialPersistenceType

The CredentialPersistenceType enumeration contains values that are used to specify how the login and passwords are persisted.

Spazio dei nomi  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintassi

'Dichiarazione
Public Enumeration CredentialPersistenceType
'Utilizzo
Dim instance As CredentialPersistenceType
public enum CredentialPersistenceType
public enum class CredentialPersistenceType
type CredentialPersistenceType
public enum CredentialPersistenceType

Membri

Nome membro Descrizione
None None of the credentials are persisted.
PersistLoginName The login name is persisted.
PersistLoginNameAndPassword The login name and the password are persisted.

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.RegisteredServers