Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
See Also
Reference
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace