Поделиться через


Свойство Server.ServerProperties

Gets a collection of server properties associated with a specific Server object.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public ReadOnly Property ServerProperties As ServerPropertyCollection 
    Get
'Применение
Dim instance As Server 
Dim value As ServerPropertyCollection 

value = instance.ServerProperties
public ServerPropertyCollection ServerProperties { get; }
public:
property ServerPropertyCollection^ ServerProperties {
    ServerPropertyCollection^ get ();
}
member ServerProperties : ServerPropertyCollection
function get ServerProperties () : ServerPropertyCollection

Значение свойства

Тип: Microsoft.AnalysisServices.ServerPropertyCollection
A collection of server properties that contains a number of Contains records.

См. также

Справочник

Server Класс

Пространство имен Microsoft.AnalysisServices