FoldingParameters.FoldTargetAttribute 屬性

Gets or sets the specified target of fold.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
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
The target.

請參閱

參考

FoldingParameters 類別

Microsoft.AnalysisServices 命名空間