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.
Gets or sets the name of the stored procedure that Sync Framework uses to select conflicting rows from a base table during synchronization.
Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
Syntax
'Declaration
Public Property SelectRowProcName As String
Get
Set
'Usage
Dim instance As SqlSyncProviderAdapterConfiguration
Dim value As String
value = instance.SelectRowProcName
instance.SelectRowProcName = value
public string SelectRowProcName { get; set; }
public:
property String^ SelectRowProcName {
String^ get ();
void set (String^ value);
}
member SelectRowProcName : string with get, set
function get SelectRowProcName () : String
function set SelectRowProcName (value : String)
Property Value
Type: System.String
The name of the stored procedure that Sync Framework uses to select conflicting rows from a base table during synchronization.
Remarks
The default value of TableName_selectrow is typically used for this property.