ServerConnection 属性

Gets a connection to an instance of the Database Engine.

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

语法

声明
<SfcIgnoreAttribute> _
Public ReadOnly Property ServerConnection As ServerConnection
    Get
用法
Dim instance As RegisteredServersStore
Dim value As ServerConnection

value = instance.ServerConnection
[SfcIgnoreAttribute]
public ServerConnection ServerConnection { get; }
[SfcIgnoreAttribute]
public:
property ServerConnection^ ServerConnection {
    ServerConnection^ get ();
}
[<SfcIgnoreAttribute>]
member ServerConnection : ServerConnection
function get ServerConnection () : ServerConnection

属性值

类型:Microsoft.SqlServer.Management.Common. . :: . .ServerConnection
A ServerConnection value that specifies the server connection.

注释

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