AdomdProperty Constructors

Definition

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

Applies to