次の方法で共有


IsNullLeafCondition Constructor (Argument)

評価する Argument オブジェクトを使用して、IsNullLeafCondition クラスの新しいインスタンスを初期化します。

名前空間: Microsoft.SqlServer.NotificationServices.Rules
アセンブリ: Microsoft.SqlServer.NotificationServices.Rules (microsoft.sqlserver.notificationservices.rules.dll 内)

構文

'宣言
Public Sub New ( _
    argument As Argument _
)
public IsNullLeafCondition (
    Argument argument
)
public:
IsNullLeafCondition (
    Argument^ argument
)
public IsNullLeafCondition (
    Argument argument
)
public function IsNullLeafCondition (
    argument : Argument
)

パラメータ

  • argument
    評価する Argument です。このパラメータで Argument プロパティを設定します。

プラットフォーム

開発プラットフォーム

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

対象プラットフォーム

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

参照

関連項目

IsNullLeafCondition Class
IsNullLeafCondition Members
Microsoft.SqlServer.NotificationServices.Rules Namespace