Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- value
Type: Microsoft.AnalysisServices.AdomdClient.AdomdProperty
The AdomdProperty to be added.
Return Value
Type: Microsoft.AnalysisServices.AdomdClient.AdomdProperty
The ADO multidimensional property.