AdomdPropertyCollection.Add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Add(AdomdProperty) |
Add |
Add(String, Object) |
Add 1 |
Add(String, String, Object) |
Add 1 |
Add(AdomdProperty)
Add
public Microsoft.AnalysisServices.AdomdClient.AdomdProperty Add (Microsoft.AnalysisServices.AdomdClient.AdomdProperty value);
member this.Add : Microsoft.AnalysisServices.AdomdClient.AdomdProperty -> Microsoft.AnalysisServices.AdomdClient.AdomdProperty
Public Function Add (value As AdomdProperty) As AdomdProperty
Parameters
- value
- AdomdProperty
value
Returns
Information not available for this release.
Applies to
Add(String, Object)
Add 1
public Microsoft.AnalysisServices.AdomdClient.AdomdProperty Add (string propertyName, object value);
member this.Add : string * obj -> Microsoft.AnalysisServices.AdomdClient.AdomdProperty
Public Function Add (propertyName As String, value As Object) As AdomdProperty
Parameters
- propertyName
- String
propertyName
- value
- Object
value
Returns
Information not available for this release.
Applies to
Add(String, String, Object)
Add 1
public Microsoft.AnalysisServices.AdomdClient.AdomdProperty Add (string propertyName, string propertyNamespace, object value);
member this.Add : string * string * obj -> Microsoft.AnalysisServices.AdomdClient.AdomdProperty
Public Function Add (propertyName As String, propertyNamespace As String, value As Object) As AdomdProperty
Parameters
- propertyName
- String
propertyName
- propertyNamespace
- String
propertyNamespace
- value
- Object
value
Returns
Information not available for this release.