SqlServerCompactEditionServerGroupName 属性

Gets the name of a SQL Server Compact Edition server group.

命名空间:  Microsoft.SqlServer.Management.RegisteredServers
程序集:  Microsoft.SqlServer.Management.RegisteredServers(在 Microsoft.SqlServer.Management.RegisteredServers.dll 中)

语法

声明
Public ReadOnly Property SqlServerCompactEditionServerGroupName As String
    Get
用法
Dim instance As RegisteredServersStore
Dim value As String

value = instance.SqlServerCompactEditionServerGroupName
public string SqlServerCompactEditionServerGroupName { get; }
public:
property String^ SqlServerCompactEditionServerGroupName {
    String^ get ();
}
member SqlServerCompactEditionServerGroupName : string
function get SqlServerCompactEditionServerGroupName () : String

属性值

类型:System. . :: . .String
A String value specifying the name of a SQL Server Compact Edition server group.

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。