Partilhar via


Propriedade do RDL BusinessLogicCommand.UpdatedRowSource

Gets or sets the updated row source.

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

Sintaxe

'Declaração
Public Property UpdatedRowSource As UpdateRowSource 
    Get 
    Set
'Uso
Dim instance As BusinessLogicCommand 
Dim value As UpdateRowSource 

value = instance.UpdatedRowSource

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

Valor da propriedade

Tipo: System.Data.UpdateRowSource
The updated row source.

Implementa

IDbCommand.UpdatedRowSource

Consulte também

Referência

BusinessLogicCommand Classe

Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport