DimensionAttribute.InstanceSelection Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a hint to client applications to suggest how a list of items should be displayed, based on the expected number of items in the list.

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

Syntax

[DefaultValueAttribute(InstanceSelection.None)]
public InstanceSelection InstanceSelection { get; set; }
public:
[DefaultValueAttribute(InstanceSelection::None)]
property InstanceSelection InstanceSelection {
    InstanceSelection get();
    void set(InstanceSelection value);
}
[<DefaultValueAttribute(InstanceSelection.None)>]
member InstanceSelection : InstanceSelection with get, set
<DefaultValueAttribute(InstanceSelection.None)>
Public Property InstanceSelection As InstanceSelection

Property Value

Type: Microsoft.AnalysisServices.InstanceSelection

A InstanceSelection object.

See Also

DimensionAttribute Class
Microsoft.AnalysisServices Namespace

Return to top