FunctionValue Members
Represents an Argument object that obtains its value from a Transact-SQL user-defined function.
The following tables list the members exposed by the FunctionValue type.
Public Constructors
Имя | Description | |
---|---|---|
FunctionValue | Overloaded. Initializes a new instance of the FunctionValue class. |
В начало
Public Properties
Имя | Description | |
---|---|---|
![]() |
Parameters | Gets the ordered collection of arguments for the user-defined function. |
![]() |
UserDefinedFunction | Gets or sets the UserDefinedFunction object that implements the logic for this argument. |
В начало
Public Methods
(see also Protected Methods )
Имя | Description | |
---|---|---|
![]() |
Clone | Creates a deep copy of the RuleObject object graph. (inherited from RuleObject) |
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() ![]() |
FromBoolean | (inherited from Argument ) |
![]() ![]() |
FromByte | (inherited from Argument ) |
![]() ![]() |
FromByteArray | (inherited from Argument ) |
![]() ![]() |
FromChar | (inherited from Argument ) |
![]() ![]() |
FromDateTime | (inherited from Argument ) |
![]() ![]() |
FromDecimal | (inherited from Argument ) |
![]() ![]() |
FromDouble | (inherited from Argument ) |
![]() ![]() |
FromGuid | (inherited from Argument ) |
![]() ![]() |
FromInt16 | (inherited from Argument ) |
![]() ![]() |
FromInt32 | (inherited from Argument ) |
![]() ![]() |
FromInt64 | (inherited from Argument ) |
![]() ![]() |
FromSingle | (inherited from Argument ) |
![]() ![]() |
FromString | (inherited from Argument ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetType | (inherited from Object ) |
![]() ![]() |
op_Implicit | Overloaded. (inherited from Argument ) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ToString | (inherited from Object ) |
В начало
Protected Methods
Имя | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
В начало
Explicit Interface Implementations
Имя | Description | |
---|---|---|
System.ICloneable.Clone | (inherited from RuleObject ) |
В начало
См. также
Справочник
FunctionValue Class
Microsoft.SqlServer.NotificationServices.Rules Namespace