Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property Target As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
A string that contains the name of the action associated with the target.