BusinessLogicCommand.UpdatedRowSource 屬性
Gets or sets the updated row source.
命名空間: Microsoft.SqlServer.Replication.BusinessLogicSupport
組件: Microsoft.SqlServer.Replication.BusinessLogicSupport (在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)
語法
'宣告
Public Property UpdatedRowSource As UpdateRowSource
Get
Set
'用途
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)
屬性值
型別:System.Data.UpdateRowSource
The updated row source.