Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property TargetType As ActionTargetType
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.AnalysisServices.ActionTargetType
A member from which the action is launched.