Właściwość RegisteredServersStore.ServerConnection
Uzyskuje połączenie z wystąpienie aparatu bazy danych.
Przestrzeń nazw: Microsoft.SqlServer.Management.RegisteredServers
Zestaw: Microsoft.SqlServer.Management.RegisteredServers (w Microsoft.SqlServer.Management.RegisteredServers.dll)
Składnia
'Deklaracja
<SfcIgnoreAttribute> _
Public ReadOnly Property ServerConnection As ServerConnection
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Common.ServerConnection
A ServerConnection wartość określająca połączenia serwera.
Uwagi
Ten obszar nazw, klasa lub element członkowski jest obsługiwany tylko w wersji 2.0 programu Microsoft .NET Framework.
Zobacz także