Compartir a través de


SqlStoreConnection.ConnectionType Propiedad

Gets a value indicating whether the database server is part of a multi-server administration matrix. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

SqlStoreConnection Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc