BusinessLogicParameter.SourceVersion Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the DataRowVersion to use when you load value.

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

Syntax

'Declaration
Public Property SourceVersion As DataRowVersion 
    Get 
    Set
'Usage
Dim instance As BusinessLogicParameter 
Dim value As DataRowVersion 

value = instance.SourceVersion

instance.SourceVersion = value
public DataRowVersion SourceVersion { get; set; }
public:
virtual property DataRowVersion SourceVersion {
    DataRowVersion get () sealed;
    void set (DataRowVersion value) sealed;
}
abstract SourceVersion : DataRowVersion with get, set 
override SourceVersion : DataRowVersion with get, set
final function get SourceVersion () : DataRowVersion 
final function set SourceVersion (value : DataRowVersion)

Property Value

Type: System.Data.DataRowVersion
One of the DataRowVersion values.

Implements

IDataParameter.SourceVersion

See Also

Reference

BusinessLogicParameter Class

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace