Freigeben über


SqlStoreConnection.ConnectionType-Eigenschaft

Gets a value indicating whether the database server is part of a multi-server administration matrix. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Syntax

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

Eigenschaftswert

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

Siehe auch

Verweis

SqlStoreConnection Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace