次の方法で共有


IConnectionSecurityContext.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

プロパティ値

パスワード。

適用対象