共用方式為


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 ServerProperties that contains a number of Contains records.