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 命名空间