Share via


ConnectionSecurityContext.SecureSqlStandardPassword プロパティ

定義

SQL Server 認証を使用する際のパスワードを取得します。値の設定も可能です。

public:
 property System::Security::SecureString ^ SecureSqlStandardPassword { System::Security::SecureString ^ get(); void set(System::Security::SecureString ^ value); };
public System.Security.SecureString SecureSqlStandardPassword { get; set; }
member this.SecureSqlStandardPassword : System.Security.SecureString with get, set
Public Property SecureSqlStandardPassword As SecureString

プロパティ値

SQL Server 認証を使用する際のパスワードです。

実装

適用対象