IConnectionSecurityContext.SecureSqlStandardPassword プロパティ

定義

SQLサーバー認証を使う際にパスワードを取得したり設定したりします。

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サーバー認証を使う際のパスワード。

適用対象