AdomdRestriction.Name Property

 

Gets or sets the name of the AdomdRestriction.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public string Name { get; set; }
public:
property String^ Name {
    String^ get();
    void set(String^ value);
}
member Name : string with get, set
Public Property Name As String

Property Value

Type: System.String

A String that contains the name of the AdomdRestriction.

Remarks

The name of the AdomdRestriction is used to map the restriction to the underlying restriction column that the AdomdRestriction will apply to.

See Also

AdomdRestriction Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top