Freigeben über


ConnectionInfoBase.ServerType-Eigenschaft

Ruft den Serververbindungstyp ab oder legt ihn fest.

Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Syntax

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

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Common.ConnectionType
Ein ConnectionType-Systemobjektwert, der den Verbindungstyp angibt.

Siehe auch

Verweis

ConnectionInfoBase Klasse

Microsoft.SqlServer.Management.Common-Namespace