Partager via


Propriété RegisteredServersStore.AnalysisServicesServerGroup

Gets an object that represents an Analysis Services server group.

Espace de noms :  Microsoft.SqlServer.Management.RegisteredServers
Assembly :  Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntaxe

'Déclaration
<SfcIgnoreAttribute> _
Public ReadOnly Property AnalysisServicesServerGroup As ServerGroup 
    Get
'Utilisation
Dim instance As RegisteredServersStore 
Dim value As ServerGroup 

value = instance.AnalysisServicesServerGroup
[SfcIgnoreAttribute]
public ServerGroup AnalysisServicesServerGroup { get; }
[SfcIgnoreAttribute]
public:
property ServerGroup^ AnalysisServicesServerGroup {
    ServerGroup^ get ();
}
[<SfcIgnoreAttribute>]
member AnalysisServicesServerGroup : ServerGroup
function get AnalysisServicesServerGroup () : ServerGroup

Valeur de propriété

Type : Microsoft.SqlServer.Management.RegisteredServers.ServerGroup
A ServerGroup value that specifies the Analysis Services server group.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Voir aussi

Référence

RegisteredServersStore Classe

Espace de noms Microsoft.SqlServer.Management.RegisteredServers