ConnectionSecurityContext.SqlStandardPassword プロパティ

定義

SQL Server認証に必要なログインパスワードを取得したり設定したりします。

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

プロパティ値

SQL Server認証に必要なログインパスワードを指定するStringの値です。

実装

注釈

可能な場合は、Windows 認証を使用します。

この名前空間、クラス、またはメンバーは.NET Framework 2.0でのみサポートされています。

適用対象