Share via


AdomdPropertyCollection.Add Method

Include Protected Members
Include Inherited Members

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Add(AdomdProperty) Adds an AdomdProperty to the AdomdPropertyCollection.
Public method Add(String, Object) Creates a new AdomdProperty with the specified property name and value.
Public method Add(String, String, Object) Creates a new AdomdProperty with the specified property name, namespace, and value.

Top