InputType Class
Abstract base class for input tables and views used in logical expressions. This class cannot be inherited.
Spazio dei nomi: Microsoft.SqlServer.NotificationServices.Rules
Assembly : Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)
Sintassi
'Dichiarazione
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
Osservazioni
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.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
InputType Members
Microsoft.SqlServer.NotificationServices.Rules Namespace