ConnectionSecurityContext.SecureSqlStandardPassword プロパティ

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

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public Property SecureSqlStandardPassword As SecureString 
    Get 
    Set
'使用
Dim instance As ConnectionSecurityContext 
Dim value As SecureString 

value = instance.SecureSqlStandardPassword

instance.SecureSqlStandardPassword = value
public SecureString SecureSqlStandardPassword { get; set; }
public:
virtual property SecureString^ SecureSqlStandardPassword {
    SecureString^ get () sealed;
    void set (SecureString^ value) sealed;
}
abstract SecureSqlStandardPassword : SecureString with get, set 
override SecureSqlStandardPassword : SecureString with get, set
final function get SecureSqlStandardPassword () : SecureString 
final function set SecureSqlStandardPassword (value : SecureString)

プロパティ値

型: System.Security.SecureString
SQL Server 認証を使用する際のパスワードです。

実装

IConnectionSecurityContext.SecureSqlStandardPassword

関連項目

参照

ConnectionSecurityContext クラス

Microsoft.SqlServer.Replication 名前空間