SqlSyncProviderAdapterConfiguration.SelectRowProcName Property

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
<XmlAttributeAttribute("SelRowProc")> _
Public Property SelectRowProcName As String
'Usage
Dim instance As SqlSyncProviderAdapterConfiguration
Dim value As String

value = instance.SelectRowProcName

instance.SelectRowProcName = value
[XmlAttributeAttribute("SelRowProc")] 
public string SelectRowProcName { get; set; }
[XmlAttributeAttribute(L"SelRowProc")] 
public:
property String^ SelectRowProcName {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_SelectRowProcName ()

/** @property */
public void set_SelectRowProcName (String value)
public function get SelectRowProcName () : String

public function set SelectRowProcName (value : String)

Property Value

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.

See Also

Reference

SqlSyncProviderAdapterConfiguration Class
SqlSyncProviderAdapterConfiguration Members
Microsoft.Synchronization.Data.SqlServer Namespace