ISfcHasConnection.ConnectionContext 属性

Gets the details of a connection to an instance of the database engine.

命名空间:  Microsoft.SqlServer.Management.RegisteredServers
程序集:  Microsoft.SqlServer.Management.RegisteredServers(在 Microsoft.SqlServer.Management.RegisteredServers.dll 中)

语法

声明
Private ReadOnly Property ConnectionContext As SfcConnectionContext
    Implements ISfcHasConnection.ConnectionContext
    Get
用法
Dim instance As RegisteredServersStore
Dim value As SfcConnectionContext

value = CType(instance, ISfcHasConnection).ConnectionContext
SfcConnectionContext ISfcHasConnection.ConnectionContext { get; }
private:
virtual property SfcConnectionContext^ ConnectionContext {
    SfcConnectionContext^ get () sealed = ISfcHasConnection::ConnectionContext::get;
}
private abstract ConnectionContext : SfcConnectionContext
private override ConnectionContext : SfcConnectionContext
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。

属性值

类型:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcConnectionContext
A SfcConnectionContext object with the connection information.

实现

ISfcHasConnection. . :: . .ConnectionContext

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。