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 changes 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("SelChngProc")> _
Public Property SelectChangesProcName As String
'Usage
Dim instance As SqlSyncProviderAdapterConfiguration
Dim value As String
value = instance.SelectChangesProcName
instance.SelectChangesProcName = value
[XmlAttributeAttribute("SelChngProc")]
public string SelectChangesProcName { get; set; }
[XmlAttributeAttribute(L"SelChngProc")]
public:
property String^ SelectChangesProcName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_SelectChangesProcName ()
/** @property */
public void set_SelectChangesProcName (String value)
public function get SelectChangesProcName () : String
public function set SelectChangesProcName (value : String)
Property Value
The name of the stored procedure that Sync Framework uses to select changes from a base table during synchronization.
Remarks
The default value of TableName_selectchanges
is typically used for this property.
See Also
Reference
SqlSyncProviderAdapterConfiguration Class
SqlSyncProviderAdapterConfiguration Members
Microsoft.Synchronization.Data.SqlServer Namespace