SqlCredential.Password プロパティ

定義

SqlCredential オブジェクトのパスワード コンポーネントを取得します。

public:
 property System::Security::SecureString ^ Password { System::Security::SecureString ^ get(); };
public System.Security.SecureString Password { get; }
member this.Password : System.Security.SecureString
Public ReadOnly Property Password As SecureString

プロパティ値

オブジェクトの SqlCredential パスワード コンポーネント。

適用対象

こちらもご覧ください