PublisherConnectionSecurityContext.SqlStandardPassword プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SQL Server認証を使用するときのパスワードをSqlStandardLogin取得または設定します。
public:
property System::String ^ SqlStandardPassword { System::String ^ get(); void set(System::String ^ value); };
public string SqlStandardPassword { get; set; }
member this.SqlStandardPassword : string with get, set
Public Property SqlStandardPassword As String
プロパティ値
String 値。
注釈
可能な場合は、Windows 認証を使用します。
このプロパティは、SecurityMode プロパティが SqlStandard に設定されている場合にだけ必要です。
可能であれば、実行時にセキュリティ資格情報の入力を求めるメッセージをユーザーに対して表示します。 資格情報を保存する必要がある場合は、 Windows .NET Framework に用意されている 暗号化サービス Microsoft を使用します。
この名前空間、クラス、またはメンバーは、.NET Framework 2.0 でのみサポートされています。