共用方式為


ConnectionType 屬性

Gets a value indicating whether the database server is part of a multi-server administration matrix. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Overrides ReadOnly Property ConnectionType As ServerType
    Get
'用途
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

屬性值

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