Compartilhar via


Propriedade do RDL SqlStoreConnection.ConnectionType

Gets a value indicating whether the database server is part of a multi-server administration matrix. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

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

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

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Common.ServerType
A ServerType value that indicates the server type.

Consulte também

Referência

SqlStoreConnection Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc