SqlStoreConnection.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.

请参阅

参考

SqlStoreConnection 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间