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