Share via


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

Hinweise

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

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

InputType Members
Microsoft.SqlServer.NotificationServices.Rules Namespace