Поделиться через


Свойство 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