SqlSyncProviderAdapterConfiguration.InsertProcName Property
Gets or sets the name of the stored procedure that Sync Framework uses to insert data into a base table during synchronization.
Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in microsoft.synchronization.data.sqlserver.dll)
Syntax
'Declaration
<XmlAttributeAttribute("InsProc")> _
Public Property InsertProcName As String
'Usage
Dim instance As SqlSyncProviderAdapterConfiguration
Dim value As String
value = instance.InsertProcName
instance.InsertProcName = value
[XmlAttributeAttribute("InsProc")]
public string InsertProcName { get; set; }
[XmlAttributeAttribute(L"InsProc")]
public:
property String^ InsertProcName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_InsertProcName ()
/** @property */
public void set_InsertProcName (String value)
public function get InsertProcName () : String
public function set InsertProcName (value : String)
Property Value
The name of the stored procedure that Sync Framework uses to insert data into a base table during synchronization.
Remarks
The default value of TableName_insert
is typically used for this property.
See Also
Reference
SqlSyncProviderAdapterConfiguration Class
SqlSyncProviderAdapterConfiguration Members
Microsoft.Synchronization.Data.SqlServer Namespace