Свойство RegisteredServersStore.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.

См. также

Справочник

RegisteredServersStore Класс

Пространство имен Microsoft.SqlServer.Management.RegisteredServers