Action.Condition Property
Parent プロパティが対象に適用されるかどうかを決定する多次元式 (MDX) を取得します。値の設定も可能です。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (microsoft.analysisservices.dll 内)
構文
'宣言
<ReadOnlyAttribute(True)> _
<XmlElementAttribute(IsNullable:=False)> _
<BrowsableAttribute(True)> _
Public Property Condition As String
[ReadOnlyAttribute(true)]
[XmlElementAttribute(IsNullable=false)]
[BrowsableAttribute(true)]
public string Condition { get; set; }
[ReadOnlyAttribute(true)]
[XmlElementAttribute(IsNullable=false)]
[BrowsableAttribute(true)]
public:
property String^ Condition {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Condition ()
/** @property */
public void set_Condition (String value)
public function get Condition () : String
public function set Condition (value : String)
プロパティ値
MDX 式を表す string です。
解説
Condition プロパティに含まれる多次元式 (MDX) は、Boolean 値として評価されます。この式が true を返した場合、Target プロパティで指定されたターゲットに Action が適用されます。それ以外の場合、Action は適用されません。
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
Action Class
Action Members
Microsoft.AnalysisServices Namespace