FoldCount 속성
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
Public Property FoldCount As Integer
Get
Set
‘사용 방법
Dim instance As FoldingParameters
Dim value As Integer
value = instance.FoldCount
instance.FoldCount = value
public int FoldCount { get; set; }
public:
property int FoldCount {
int get ();
void set (int value);
}
member FoldCount : int with get, set
function get FoldCount () : int
function set FoldCount (value : int)