次の方法で共有


Action.Target Property

アクションに関連付けられているキューブ、ディメンション、属性、階層、またはレベルを取得します。値の設定も可能です。

名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (microsoft.analysisservices.dll 内)

構文

'宣言
<ReadOnlyAttribute(True)> _
<XmlElementAttribute(IsNullable:=False)> _
Public Property Target As String
[ReadOnlyAttribute(true)] 
[XmlElementAttribute(IsNullable=false)] 
public string Target { get; set; }
[ReadOnlyAttribute(true)] 
[XmlElementAttribute(IsNullable=false)] 
public:
property String^ Target {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Target ()

/** @property */
public void set_Target (String value)
public function get Target () : String

public function set Target (value : String)

プロパティ値

対象に関連付けられているアクションの名前を表す String です。

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

Action Class
Action Members
Microsoft.AnalysisServices Namespace