Action.Target Property

Definition

Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action.

[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Action_Target")]
public string Target { get; set; }
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Action_Target")>]
member this.Target : string with get, set
Public Property Target As String

Property Value

String

A String that contains the name of the target that the action is associated with.

Attributes
Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Applies to