CubeDef.Properties 屬性
取得 PropertyCollection 類別的執行個體,其中包含與 CubeDef 相關聯的屬性。
命名空間: Microsoft.AnalysisServices.AdomdServer
組件: msmgdsrv (在 msmgdsrv.dll 中)
語法
'宣告
Public ReadOnly Property Properties As PropertyCollection
Get
'用途
Dim instance As CubeDef
Dim value As PropertyCollection
value = instance.Properties
public PropertyCollection Properties { get; }
public:
property PropertyCollection^ Properties {
PropertyCollection^ get ();
}
member Properties : PropertyCollection
function get Properties () : PropertyCollection
屬性值
型別:Microsoft.AnalysisServices.AdomdServer.PropertyCollection
PropertyCollection ,其中包含與 Cube 關聯的屬性。