DimensionAttributeVisualizationProperties.FolderPosition 속성
Gets or sets the ordinal position of the attribute in its display folder.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Property FolderPosition As Integer
Get
Set
‘사용 방법
Dim instance As DimensionAttributeVisualizationProperties
Dim value As Integer
value = instance.FolderPosition
instance.FolderPosition = value
public int FolderPosition { get; set; }
public:
property int FolderPosition {
int get ();
void set (int value);
}
member FolderPosition : int with get, set
function get FolderPosition () : int
function set FolderPosition (value : int)
속성 값
유형: System.Int32
The ordinal position of the attribute in its display folder.