Propriété BusinessLogicCommand.UpdatedRowSource
Gets or sets the updated row source.
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public Property UpdatedRowSource As UpdateRowSource
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Data.UpdateRowSource
The updated row source.
Implémente
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport