共用方式為


AnalysisServicesServerGroup 屬性

Gets an object that represents an Analysis Services server group.

命名空間:  Microsoft.SqlServer.Management.RegisteredServers
組件:  Microsoft.SqlServer.Management.RegisteredServers (在 Microsoft.SqlServer.Management.RegisteredServers.dll 中)

語法

'宣告
<SfcIgnoreAttribute> _
Public ReadOnly Property AnalysisServicesServerGroup As ServerGroup
    Get
'用途
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

屬性值

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

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。