Share via


DimensionAttribute.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)

속성 값

유형: Microsoft.AnalysisServices.InstanceSelection
A InstanceSelection object.

참고 항목

참조

DimensionAttribute 클래스

Microsoft.AnalysisServices 네임스페이스