Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a value that indicates whether to update multiple columns.
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
true if the object can update multiple columns; otherwise, false.