다음을 통해 공유


PersistPassword 속성

이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets or sets a Boolean value indicating whether the password of the UIConnectionInfo should be persisted.

네임스페이스:  Microsoft.SqlServer.Management.Smo.RegSvrEnum
어셈블리:  Microsoft.SqlServer.RegSvrEnum(Microsoft.SqlServer.RegSvrEnum.dll)

구문

‘선언
Public Property PersistPassword As Boolean
    Get
    Set
‘사용 방법
Dim instance As UIConnectionInfo
Dim value As Boolean

value = instance.PersistPassword

instance.PersistPassword = value
public bool PersistPassword { get; set; }
public:
property bool PersistPassword {
    bool get ();
    void set (bool value);
}
member PersistPassword : bool with get, set
function get PersistPassword () : boolean
function set PersistPassword (value : boolean)

속성 값

유형: System. . :: . .Boolean
A Boolean value that specifies true if the password should be persisted; otherwise, false.