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
執行緒安全性
這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。