DrillThroughAction.MaximumRows 속성
Gets the maximum numbers of rows of the underlying data with their binding.
네임스페이스: 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
The maximum numbers of rows of the underlying data with their binding.