Compartilhar via


Propriedade do RDL FoldingParameters.FoldTargetAttribute

Gets or sets the specified target of fold.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Property FoldTargetAttribute As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
The target.

Consulte também

Referência

FoldingParameters Classe

Namespace Microsoft.AnalysisServices