Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name of an Analysis Services server group.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntax
'Declaration
Public ReadOnly Property AnalysisServicesServerGroupName As String
Get
'Usage
Dim instance As RegisteredServersStore
Dim value As String
value = instance.AnalysisServicesServerGroupName
public string AnalysisServicesServerGroupName { get; }
public:
property String^ AnalysisServicesServerGroupName {
String^ get ();
}
member AnalysisServicesServerGroupName : string
function get AnalysisServicesServerGroupName () : String
Property Value
Type: System.String
A String value that contains the name of the Analysis Services server group.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.