Subscription.CheckValidDefinition(Boolean) メソッド

定義

サブスクリプション定義が有効かどうかを示します。

protected:
 override bool CheckValidDefinition(bool throwException);
protected override bool CheckValidDefinition (bool throwException);
override this.CheckValidDefinition : bool -> bool
Protected Overrides Function CheckValidDefinition (throwException As Boolean) As Boolean

パラメーター

throwException
Boolean

例外をスローするかどうかを示します。

戻り値

サブスクリプション定義が有効な場合は true、有効でない場合は false です。

適用対象