RegisteredServersStore.SqlServerCompactEditionServerGroupName Property
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntax
'Declaration
Public ReadOnly Property SqlServerCompactEditionServerGroupName As String
Get
'Usage
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
Property Value
Type: System.String