AdomdPropertyCollection.Add Method (AdomdProperty)

Adds an AdomdProperty to the AdomdPropertyCollection.

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

Syntax

'Declaration
Public Function Add ( _
    value As AdomdProperty _
) As AdomdProperty
'Usage
Dim instance As AdomdPropertyCollection 
Dim value As AdomdProperty 
Dim returnValue As AdomdProperty 

returnValue = instance.Add(value)
public AdomdProperty Add(
    AdomdProperty value
)
public:
AdomdProperty^ Add(
    AdomdProperty^ value
)
member Add : 
        value:AdomdProperty -> AdomdProperty
public function Add(
    value : AdomdProperty
) : AdomdProperty

Parameters

Return Value

Type: Microsoft.AnalysisServices.AdomdClient.AdomdProperty
The ADO multidimensional property.

See Also

Reference

AdomdPropertyCollection Class

Add Overload

Microsoft.AnalysisServices.AdomdClient Namespace