共用方式為


CredentialPersistenceType 列舉

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

命名空間:  Microsoft.SqlServer.Management.RegisteredServers
組件:  Microsoft.SqlServer.Management.RegisteredServers (在 Microsoft.SqlServer.Management.RegisteredServers.dll 中)

語法

'宣告
Public Enumeration CredentialPersistenceType
'用途
Dim instance As CredentialPersistenceType
public enum CredentialPersistenceType
public enum class CredentialPersistenceType
type CredentialPersistenceType
public enum CredentialPersistenceType

成員

成員名稱 說明
None None of the credentials are persisted.
PersistLoginName The login name is persisted.
PersistLoginNameAndPassword The login name and the password are persisted.

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。

請參閱

參考

Microsoft.SqlServer.Management.RegisteredServers 命名空間