Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
Public Property InstanceSelection As InstanceSelection
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.AnalysisServices.InstanceSelection
A InstanceSelection object.