Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets an object representing a SQL Server Compact Edition server group.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntax
'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property SqlServerCompactEditionServerGroup As ServerGroup
Get
'Usage
Dim instance As RegisteredServersStore
Dim value As ServerGroup
value = instance.SqlServerCompactEditionServerGroup
[SfcIgnoreAttribute]
public ServerGroup SqlServerCompactEditionServerGroup { get; }
[SfcIgnoreAttribute]
public:
property ServerGroup^ SqlServerCompactEditionServerGroup {
ServerGroup^ get ();
}
[<SfcIgnoreAttribute>]
member SqlServerCompactEditionServerGroup : ServerGroup
function get SqlServerCompactEditionServerGroup () : ServerGroup
Property Value
Type: Microsoft.SqlServer.Management.RegisteredServers.ServerGroup
A ServerGroup object representing a SQL Server Compact Edition server group.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.