次の方法で共有


IConnectionSecurityContext インターフェイス

遅延バインドされた COM クライアントの ConnectionSecurityContext クラスの実装を提供します。 このインターフェイスのメンバーについては、ConnectionSecurityContext のリファレンス ドキュメントを参照してください。

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

構文

'宣言
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<GuidAttribute("ECE3CE93-0EAA-4A25-96C6-4FBF944E9346")> _
Public Interface IConnectionSecurityContext
'使用
Dim instance As IConnectionSecurityContext
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
[GuidAttribute("ECE3CE93-0EAA-4A25-96C6-4FBF944E9346")]
public interface IConnectionSecurityContext
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
[GuidAttribute(L"ECE3CE93-0EAA-4A25-96C6-4FBF944E9346")]
public interface class IConnectionSecurityContext
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>]
[<GuidAttribute("ECE3CE93-0EAA-4A25-96C6-4FBF944E9346")>]
type IConnectionSecurityContext =  interface end
public interface IConnectionSecurityContext

IConnectionSecurityContext 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ SecureSqlStandardPassword SQL Server 認証を使用する際のパスワードを取得します。値の設定も可能です。
パブリック プロパティ SqlStandardLogin SQL Server 認証で使用されるログインを取得します。値の設定も可能です。
パブリック プロパティ SqlStandardPassword SQL Server 認証に必要なログインのパスワードを取得します。値の設定も可能です。
パブリック プロパティ WindowsAuthentication Windows 認証を使用して接続を行うかどうかを示す値を取得または設定します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Update 接続のセキュリティ コンテキストに関連付けられたスケジュール フィールドを更新します。

先頭に戻る

関連項目

参照

Microsoft.SqlServer.Replication 名前空間