FunctionValue Constructor ()
Default constructor that initializes a new instance of the FunctionValue class.
Espacio de nombres: Microsoft.SqlServer.NotificationServices.Rules
Ensamblado: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)
Sintaxis
'Declaración
Public Sub New
public FunctionValue ()
public:
FunctionValue ()
public FunctionValue ()
public function FunctionValue ()
Notas
You must specify the function using the UserDefinedFunction property and you must specify the parameters for the function using the Parameters property.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
FunctionValue Class
FunctionValue Members
Microsoft.SqlServer.NotificationServices.Rules Namespace