다음을 통해 공유


FormatString 속성

Gets or sets the display format for a CalculationProperty object.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Property FormatString As String
    Get
    Set
‘사용 방법
Dim instance As CalculationProperty
Dim value As String

value = instance.FormatString

instance.FormatString = value
public string FormatString { get; set; }
public:
property String^ FormatString {
    String^ get ();
    void set (String^ value);
}
member FormatString : string with get, set
function get FormatString () : String
function set FormatString (value : String)

속성 값

유형: System. . :: . .String
An MDX expression.