Proprietà RegisteredServersStore.ServerConnection

Gets a connection to an instance of the Database Engine.

Spazio dei nomi  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintassi

'Dichiarazione
<SfcIgnoreAttribute> _
Public ReadOnly Property ServerConnection As ServerConnection 
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Vedere anche

Riferimento

RegisteredServersStore Classe

Spazio dei nomi Microsoft.SqlServer.Management.RegisteredServers