Partilhar via


Propriedade do RDL BusinessLogicParameter.Value

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the value of the parameter.

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

Sintaxe

'Declaração
Public Property Value As Object 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Implementa

IDataParameter.Value

Consulte também

Referência

BusinessLogicParameter Classe

Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport