Partager via


Propriété DrillThroughAction.MaximumRows

Gets the maximum numbers of rows of the underlying data with their binding.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property MaximumRows As Long 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Int64
The maximum numbers of rows of the underlying data with their binding.

Voir aussi

Référence

DrillThroughAction Classe

Espace de noms Microsoft.AnalysisServices