共用方式為


Action.Target 屬性

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 Target As String 
    Get 
    Set
'用途
Dim instance As Action 
Dim value As String 

value = instance.Target

instance.Target = value
public string Target { get; set; }
public:
property String^ Target {
    String^ get ();
    void set (String^ value);
}
member Target : string with get, set
function get Target () : String 
function set Target (value : String)

屬性值

型別:System.String
A string that contains the name of the action associated with the target.

請參閱

參考

Action 類別

Microsoft.AnalysisServices 命名空間