MergeArticle.MultipleColumnUpdate Property

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

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

Syntax

'Declaration
Public Property MultipleColumnUpdate As Boolean
    Get
    Set
'Usage
Dim instance As MergeArticle
Dim value As Boolean

value = instance.MultipleColumnUpdate

instance.MultipleColumnUpdate = value
public bool MultipleColumnUpdate { get; set; }
public:
property bool MultipleColumnUpdate {
    bool get ();
    void set (bool value);
}
member MultipleColumnUpdate : bool with get, set
function get MultipleColumnUpdate () : boolean
function set MultipleColumnUpdate (value : boolean)

Property Value

Type: System.Boolean