Freigeben über


CubeDef.Properties-Eigenschaft

Gets an instance of a PropertyCollection class that contains the properties associated with the CubeDef.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public ReadOnly Property Properties As PropertyCollection 
    Get
'Usage
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

Eigenschaftswert

Typ: Microsoft.AnalysisServices.AdomdClient.PropertyCollection
A PropertyCollection that contains the properties associated with the cube.

Siehe auch

Verweis

CubeDef Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace