共用方式為


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