Поделиться через


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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

InputType Members
Microsoft.SqlServer.NotificationServices.Rules Namespace