InstanceSelection 属性

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.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Property InstanceSelection As InstanceSelection
    Get
    Set
用法
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)