Aracılığıyla paylaş


Action.Target Özelliği

Alır veya ayarlar küp, boyut, öznitelik, hiyerarşi veya ilişkili olduğu düzey eylem.

Ad Alanı:  Microsoft.AnalysisServices
Derleme:  Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)

Sözdizimi

'Bildirim
Public Property Target As String
    Get
    Set
'Kullanım
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)

Özellik Değeri

Tür: System.String
A dize adını içeren eylem hedef ile ilişkili.