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 a string value that contains the name of the Database Engine server group.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntax
'Declaration
Public ReadOnly Property DatabaseEngineServerGroupName As String
Get
'Usage
Dim instance As RegisteredServersStore
Dim value As String
value = instance.DatabaseEngineServerGroupName
public string DatabaseEngineServerGroupName { get; }
public:
property String^ DatabaseEngineServerGroupName {
String^ get ();
}
member DatabaseEngineServerGroupName : string
function get DatabaseEngineServerGroupName () : String
Property Value
Type: System.String
A String value that contains the name of the Database Engine server group.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.