Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the maximum numbers of rows of the underlying data with their binding.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property MaximumRows As Long
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Int64
The maximum numbers of rows of the underlying data with their binding.