Condividi tramite


FunctionValue Constructor ()

Default constructor that initializes a new instance of the FunctionValue class.

Spazio dei nomi: Microsoft.SqlServer.NotificationServices.Rules
Assembly : Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)

Sintassi

'Dichiarazione
Public Sub New
public FunctionValue ()
public:
FunctionValue ()
public FunctionValue ()
public function FunctionValue ()

Osservazioni

You must specify the function using the UserDefinedFunction property and you must specify the parameters for the function using the Parameters property.

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

FunctionValue Class
FunctionValue Members
Microsoft.SqlServer.NotificationServices.Rules Namespace