Proprietà RegisteredServersStore.AnalysisServicesServerGroupName
Gets the name of an Analysis Services server group.
Spazio dei nomi Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property AnalysisServicesServerGroupName As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System.String
A String value that contains the name of the Analysis Services server group.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.RegisteredServers