InputType Class
Abstract base class for input tables and views used in logical expressions. This class cannot be inherited.
Namespace: Microsoft.SqlServer.NotificationServices.Rules
Assembly: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)
Syntax
'Declaration
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
Remarks
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
Thread Safety
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
InputType Members
Microsoft.SqlServer.NotificationServices.Rules Namespace