TargetType 屬性
Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Property TargetType As ActionTargetType
Get
Set
'用途
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)
屬性值
型別:Microsoft.AnalysisServices. . :: . .ActionTargetType
A member from which the action is launched.