Share via


SqlStoreConnection.ConnectionType Property

Gets a value indicating whether the database server is part of a multi-server administration matrix. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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

Property Value

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