SqlSyncProviderAdapterConfiguration.DeleteProcName 属性
获取或设置 Sync Framework 在同步过程中用来从基表中删除数据的存储过程的名称。
命名空间: Microsoft.Synchronization.Data.SqlServer
程序集: Microsoft.Synchronization.Data.SqlServer(在 microsoft.synchronization.data.sqlserver.dll 中)
语法
声明
<XmlAttributeAttribute("DelProc")> _
Public Property DeleteProcName As String
用法
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)
属性值
Sync Framework 在同步过程中用来从基表中删除数据的存储过程的名称。
备注
TableName_delete
的默认值通常用于此属性。
请参阅
参考
SqlSyncProviderAdapterConfiguration 类
SqlSyncProviderAdapterConfiguration 成员
Microsoft.Synchronization.Data.SqlServer 命名空间