다음을 통해 공유


FoldTargetAttribute 속성

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

구문

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

value = instance.FoldTargetAttribute

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

속성 값

형식: System. . :: . .String