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.