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 버전에서만 지원됩니다.