Partager via


Propriété BusinessLogicParameter.Value

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the value of the parameter.

Espace de noms :  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly :  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntaxe

'Déclaration
Public Property Value As Object 
    Get 
    Set
'Utilisation
Dim instance As BusinessLogicParameter 
Dim value As Object 

value = instance.Value

instance.Value = value
public Object Value { get; set; }
public:
virtual property Object^ Value {
    Object^ get () sealed;
    void set (Object^ value) sealed;
}
abstract Value : Object with get, set 
override Value : Object with get, set
final function get Value () : Object 
final function set Value (value : Object)

Valeur de propriété

Type : System.Object
An Object that is the value of the parameter.

Implémente

IDataParameter.Value

Voir aussi

Référence

BusinessLogicParameter Classe

Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport