Поделиться через


Класс ConnectionSecurityContext

Represents information you use when you connect to Microsoft SQL Server.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public NotInheritable Class ConnectionSecurityContext _
    Implements IConnectionSecurityContext
'Применение
Dim instance As ConnectionSecurityContext
public sealed class ConnectionSecurityContext : IConnectionSecurityContext
public ref class ConnectionSecurityContext sealed : IConnectionSecurityContext
[<SealedAttribute>]
type ConnectionSecurityContext =  
    class
        interface IConnectionSecurityContext
    end
public final class ConnectionSecurityContext implements IConnectionSecurityContext

Замечания

A security context is the combination of the authentication mode and, if you use SQL Server Authentication, the SQL Server login and password. При возможности используйте проверку подлинности Windows.

This namespace, class, or member is supported only in the Microsoft .NET Framework version 2.0.

Иерархия наследования

System. . :: . .Object
  Microsoft.SqlServer.Replication..::..ConnectionSecurityContext

Потоковая защита

Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.