IConnectionSecurityContext インターフェイス
遅延バインドされた COM クライアントの ConnectionSecurityContext クラスの実装を提供します。このインターフェイスのメンバについては、ConnectionSecurityContext のリファレンス ドキュメントを参照してください。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
<GuidAttribute("437C9E32-CA43-4437-B226-F2B07B9897BF")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
Public Interface IConnectionSecurityContext
'使用
Dim instance As IConnectionSecurityContext
[GuidAttribute("437C9E32-CA43-4437-B226-F2B07B9897BF")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
public interface IConnectionSecurityContext
[GuidAttribute(L"437C9E32-CA43-4437-B226-F2B07B9897BF")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
public interface class IConnectionSecurityContext
[<GuidAttribute("437C9E32-CA43-4437-B226-F2B07B9897BF")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>]
type IConnectionSecurityContext = interface end
public interface IConnectionSecurityContext
IConnectionSecurityContext 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
SecureSqlStandardPassword | ||
SqlStandardLogin | ||
SqlStandardPassword | ||
WindowsAuthentication |
先頭に戻る