Freigeben über


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)

Syntax

'Declaration
Public Enumeration CredentialPersistenceType
'Usage
Dim instance As CredentialPersistenceType
public enum CredentialPersistenceType
public enum class CredentialPersistenceType
type CredentialPersistenceType
public enum CredentialPersistenceType

Elemente

Elementname Beschreibung
None None of the credentials are persisted.
PersistLoginName The login name is persisted.
PersistLoginNameAndPassword The login name and the password are persisted.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

Microsoft.SqlServer.Management.RegisteredServers-Namespace