Właściwość DimensionAttribute.InstanceSelection
Pobiera lub ustawia wskazówkę klient aplikacje sugeruje sposób wyświetlania listy elementów, oparte na oczekiwana liczba elementów na liście.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Property InstanceSelection As InstanceSelection
Get
Set
'Użycie
Dim instance As DimensionAttribute
Dim value As InstanceSelection
value = instance.InstanceSelection
instance.InstanceSelection = value
public InstanceSelection InstanceSelection { get; set; }
public:
property InstanceSelection InstanceSelection {
InstanceSelection get ();
void set (InstanceSelection value);
}
member InstanceSelection : InstanceSelection with get, set
function get InstanceSelection () : InstanceSelection
function set InstanceSelection (value : InstanceSelection)