Partilhar via


Propriedade do RDL SfcConnection.ConnectionType

Gets the SQL Server service type of the connection.

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

Sintaxe

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

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

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Common.ServerType
A ServerType value that specifies the SQL Server service type.

Consulte também

Referência

SfcConnection Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc