AdomdProperty Constructors
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
AdomdProperty(String, Object) |
Initializes a new instance of the AdomdProperty class. |
AdomdProperty(String, String, Object) |
Initializes a new instance of the AdomdProperty class. |
AdomdProperty(String, Object)
Initializes a new instance of the AdomdProperty class.
public AdomdProperty (string name, object propertyValue);
new Microsoft.AnalysisServices.AdomdClient.AdomdProperty : string * obj -> Microsoft.AnalysisServices.AdomdClient.AdomdProperty
Public Sub New (name As String, propertyValue As Object)
Parameters
- name
- String
name
- propertyValue
- Object
propertyValue
Applies to
AdomdProperty(String, String, Object)
Initializes a new instance of the AdomdProperty class.
public AdomdProperty (string name, string propertyNamespace, object propertyValue);
new Microsoft.AnalysisServices.AdomdClient.AdomdProperty : string * string * obj -> Microsoft.AnalysisServices.AdomdClient.AdomdProperty
Public Sub New (name As String, propertyNamespace As String, propertyValue As Object)
Parameters
- name
- String
name
- propertyNamespace
- String
propertyNamespace
- propertyValue
- Object
propertyValue