Partilhar via


ConstantValue Constructor (Object)

Initializes a new instance of the ConstantValue class with a constant value.

Namespace: Microsoft.SqlServer.NotificationServices.Rules
Assembly: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)

Syntax

'Declaration
Public Sub New ( _
    constantValue As Object _
)
public ConstantValue (
    Object constantValue
)
public:
ConstantValue (
    Object^ constantValue
)
public ConstantValue (
    Object constantValue
)
public function ConstantValue (
    constantValue : Object
)

Parameters

  • constantValue
    Sets the Value 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

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