Propriété FoldIndex
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property FoldIndex As Integer
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .Int32