FunctionValue Constructor ()
Default constructor that initializes a new instance of the FunctionValue class.
Namespace: Microsoft.SqlServer.NotificationServices.Rules
Assembly: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)
Syntax
'Declaration
Public Sub New
public FunctionValue ()
public:
FunctionValue ()
public FunctionValue ()
public function FunctionValue ()
Remarks
You must specify the function using the UserDefinedFunction property and you must specify the parameters for the function using the Parameters property.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
FunctionValue Class
FunctionValue Members
Microsoft.SqlServer.NotificationServices.Rules Namespace