InputType Members
Abstract base class for input tables and views used in logical expressions. This class cannot be inherited.
The following tables list the members exposed by the InputType type.
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Clone | Creates a deep copy of the RuleObject object graph. (inherited from RuleObject) | |
Equals | Overloaded. (inherited from Object ) | |
FromTable | Converts a Table object to an InputType object. | |
FromTableViewBase | Converts a TableViewBase object to an InputType object. | |
FromView | Converts a View object to an InputType object. | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
op_Implicit | Overloaded. Operators for implicitly converting tables and views to InputType objects. | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.ICloneable.Clone | (inherited from RuleObject ) |
Top
See Also
Reference
InputType Class
Microsoft.SqlServer.NotificationServices.Rules Namespace