PublisherConnectionSecurityContext クラス
レプリケーション トポロジでパブリッシャーとして構成されている Microsoft SQL Server のインスタンスに接続する際に使用するログインを表します。
継承階層
System.Object
Microsoft.SqlServer.Replication.PublisherConnectionSecurityContext
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Public NotInheritable Class PublisherConnectionSecurityContext
'使用
Dim instance As PublisherConnectionSecurityContext
public sealed class PublisherConnectionSecurityContext
public ref class PublisherConnectionSecurityContext sealed
[<SealedAttribute>]
type PublisherConnectionSecurityContext = class end
public final class PublisherConnectionSecurityContext
PublisherConnectionSecurityContext 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
PublisherConnectionSecurityContext | PublisherConnectionSecurityContext クラスの新しいインスタンスを作成します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
SecureSqlStandardPassword | SQL Server 認証を使用する際の SqlStandardLogin に対するパスワードを SecureString オブジェクトとして設定します。 | |
SecurityMode | パブリッシャーに接続するときに使用するログインの種類を取得します。値の設定も可能です。 | |
SqlStandardLogin | SQL Server 認証を使用するときのログインを取得します。値の設定も可能です。 | |
SqlStandardPassword | SQL Server 認証を使用する際の SqlStandardLogin に対するパスワードを取得します。値の設定も可能です。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
ToString | (Object から継承されています。) | |
Update | PublisherConnectionSecurityContext オブジェクトのインスタンスに関連付けられているオブジェクトのパブリッシャー ログイン情報を更新します。 |
先頭に戻る
説明
この名前空間、クラス、またはメンバーは、.NET Framework 2.0 でのみサポートされています。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。