Share via


BusinessLogicParameter.Value Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the value of the parameter.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public Property Value As Object 
    Get 
    Set
'Usage
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)

Property Value

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

Implements

IDataParameter.Value

See Also

Reference

BusinessLogicParameter Class

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace