共用方式為


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