ISfcHasConnection.ConnectionContext 属性

获取当前 Server 对象表示的连接的上下文。

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

语法

声明
Private ReadOnly Property ConnectionContext As SfcConnectionContext
    Implements ISfcHasConnection.ConnectionContext
    Get
用法
Dim instance As Server
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
一个 String 值,该值指定当前 Server 对象表示的连接的上下文。

实现

ISfcHasConnection. . :: . .ConnectionContext