DrillThroughAction.MaximumRows プロパティ
基になるデータの列とそのバインドの最大行数を取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Property MaximumRows As Long
Get
Set
'使用
Dim instance As DrillThroughAction
Dim value As Long
value = instance.MaximumRows
instance.MaximumRows = value
public long MaximumRows { get; set; }
public:
property long long MaximumRows {
long long get ();
void set (long long value);
}
member MaximumRows : int64 with get, set
function get MaximumRows () : long
function set MaximumRows (value : long)
プロパティ値
型: System.Int64
基になるデータの列とそのバインドの最大行数です。