BusinessLogicCommand.UpdatedRowSource Property

Gets or sets the updated row source.

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

Syntax

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

Property Value

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

Implements

IDbCommand.UpdatedRowSource

See Also

Reference

BusinessLogicCommand Class

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace