共用方式為


InputType Class

Abstract base class for input tables and views used in logical expressions. This class cannot be inherited.

命名空間: Microsoft.SqlServer.NotificationServices.Rules
組件: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)

語法

'宣告
Public MustInherit Class InputType
    Inherits RuleObject
public abstract class InputType : RuleObject
public ref class InputType abstract : public RuleObject
public abstract class InputType extends RuleObject
public abstract class InputType extends RuleObject

備註

Several Microsoft.SqlServer.NotificationServices.Rules classes can use table or view objects as inputs. This class converts SQL Server Management Objects (SMO) tables and views to InputType object so the tables and views can be used in rules.

Inheritance Hierarchy

System.Object
   Microsoft.SqlServer.NotificationServices.Rules.RuleObject
    Microsoft.SqlServer.NotificationServices.Rules.InputType
       Microsoft.SqlServer.NotificationServices.Rules.TableInputType
       Microsoft.SqlServer.NotificationServices.Rules.ViewInputType

執行緒安全性

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

InputType Members
Microsoft.SqlServer.NotificationServices.Rules Namespace