InstanceSelection プロパティ
アイテムの一覧の予想アイテム数に基づいて、アイテムの一覧の表示方法をクライアント アプリケーションに示すヒントを取得します。値の設定も可能です。
名前空間: 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)