Compartir a través de


Action.TargetType Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property TargetType As ActionTargetType 
    Get 
    Set
'Uso
Dim instance As Action 
Dim value As ActionTargetType 

value = instance.TargetType

instance.TargetType = value
public ActionTargetType TargetType { get; set; }
public:
property ActionTargetType TargetType {
    ActionTargetType get ();
    void set (ActionTargetType value);
}
member TargetType : ActionTargetType with get, set
function get TargetType () : ActionTargetType 
function set TargetType (value : ActionTargetType)

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.ActionTargetType
A member from which the action is launched.

Vea también

Referencia

Action Clase

Espacio de nombres Microsoft.AnalysisServices