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.