Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the specified target of fold.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property FoldTargetAttribute As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The target.