Compartilhar via


Propriedade do RDL ConnectionInfoBase.ServerType

Obtém ou define o tipo de conexão do servidor.

Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (em Microsoft.SqlServer.ConnectionInfo.dll)

Sintaxe

'Declaração
Public ReadOnly Property ServerType As ConnectionType 
    Get
'Uso
Dim instance As ConnectionInfoBase 
Dim value As ConnectionType 

value = instance.ServerType
public ConnectionType ServerType { get; }
public:
property ConnectionType ServerType {
    ConnectionType get ();
}
member ServerType : ConnectionType
function get ServerType () : ConnectionType

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Common.ConnectionType
Um valor do objeto do sistema ConnectionType que especifica o tipo de conexão.

Consulte também

Referência

ConnectionInfoBase Classe

Namespace Microsoft.SqlServer.Management.Common