Condividi tramite


Proprietà ConnectionInfoBase.ServerType

Gets or sets the server connection type.

Spazio dei nomi  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Common.ConnectionType
A ConnectionType system object value that specifies the type of connection.

Vedere anche

Riferimento

ConnectionInfoBase Classe

Spazio dei nomi Microsoft.SqlServer.Management.Common