Partager via


ConstantValue Constructor (Object)

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

Espace de noms: Microsoft.SqlServer.NotificationServices.Rules
Assembly: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    constantValue As Object _
)
public ConstantValue (
    Object constantValue
)
public:
ConstantValue (
    Object^ constantValue
)
public ConstantValue (
    Object constantValue
)
public function ConstantValue (
    constantValue : Object
)

Paramètres

  • constantValue
    Sets the Value property.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

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