BusinessLogicParameter.Value Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets the value of the parameter.
Espacio de nombres: Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado: Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Object
An Object that is the value of the parameter.
Implementa
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport