FoldIndex プロパティ
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Property FoldIndex As Integer
Get
Set
'使用
Dim instance As FoldingParameters
Dim value As Integer
value = instance.FoldIndex
instance.FoldIndex = value
public int FoldIndex { get; set; }
public:
property int FoldIndex {
int get ();
void set (int value);
}
member FoldIndex : int with get, set
function get FoldIndex () : int
function set FoldIndex (value : int)