次の方法で共有


UIConnectionInfo.PersistPassword プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。 UIConnectionInfo のパスワードを永続化する必要があるかどうかを示す Boolean 値を取得または設定します。

名前空間:  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
パスワードを永続化する必要がある場合には true、そうでない場合には false を示す Boolean 値です。

関連項目

参照

UIConnectionInfo クラス

Microsoft.SqlServer.Management.Smo.RegSvrEnum 名前空間