Compartilhar via


Propriedade do RDL RegisteredServersStore.ServerConnection

Gets a connection to an instance of the Database Engine.

Namespace:  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (em Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintaxe

'Declaração
<SfcIgnoreAttribute> _
Public ReadOnly Property ServerConnection As ServerConnection 
    Get
'Uso
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

Valor da propriedade

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

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Consulte também

Referência

RegisteredServersStore Classe

Namespace Microsoft.SqlServer.Management.RegisteredServers