IConnectionSecurityContext.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 サーバー認証を使用する場合のパスワード。

適用対象