ExpressionValue Class
単純な算術式の評価によって値が決まる Argument を表します。このクラスは継承できません。
名前空間: Microsoft.SqlServer.NotificationServices.Rules
アセンブリ: Microsoft.SqlServer.NotificationServices.Rules (microsoft.sqlserver.notificationservices.rules.dll 内)
構文
'宣言
Public Class ExpressionValue
Inherits Argument
public class ExpressionValue : Argument
public ref class ExpressionValue : public Argument
public class ExpressionValue extends Argument
public class ExpressionValue extends Argument
解説
Left、Operator、および Right プロパティを設定する必要があります。
継承階層
System.Object
Microsoft.SqlServer.NotificationServices.Rules.RuleObject
Microsoft.SqlServer.NotificationServices.Rules.Argument
Microsoft.SqlServer.NotificationServices.Rules.ExpressionValue
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
ExpressionValue Members
Microsoft.SqlServer.NotificationServices.Rules Namespace