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 update data in a base table during synchronization.
Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in microsoft.synchronization.data.sqlserver.dll)
Syntax
'Declaration
<XmlAttributeAttribute("UpdProc")> _
Public Property UpdateProcName As String
'Usage
Dim instance As SqlSyncProviderAdapterConfiguration
Dim value As String
value = instance.UpdateProcName
instance.UpdateProcName = value
[XmlAttributeAttribute("UpdProc")]
public string UpdateProcName { get; set; }
[XmlAttributeAttribute(L"UpdProc")]
public:
property String^ UpdateProcName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_UpdateProcName ()
/** @property */
public void set_UpdateProcName (String value)
public function get UpdateProcName () : String
public function set UpdateProcName (value : String)
Property Value
The name of the stored procedure that Sync Framework uses to update data in a base table during synchronization.
Remarks
The default value of TableName_update
is typically used for this property.
See Also
Reference
SqlSyncProviderAdapterConfiguration Class
SqlSyncProviderAdapterConfiguration Members
Microsoft.Synchronization.Data.SqlServer Namespace