Condividi tramite


Proprietà ConnectionType

Gets the SQL Server service type of the connection.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public MustOverride ReadOnly Property ConnectionType As ServerType
    Get
'Utilizzo
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

Valore proprietà

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