Share via


SqlSyncProviderAdapterConfiguration.DeleteMetadataProcName Property

Gets or sets the name of the stored procedure that Sync Framework uses to delete metadata from a tracking table.

Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in microsoft.synchronization.data.sqlserver.dll)

Syntax

'Declaration
<XmlAttributeAttribute("DelMetaProc")> _
Public Property DeleteMetadataProcName As String
'Usage
Dim instance As SqlSyncProviderAdapterConfiguration
Dim value As String

value = instance.DeleteMetadataProcName

instance.DeleteMetadataProcName = value
[XmlAttributeAttribute("DelMetaProc")] 
public string DeleteMetadataProcName { get; set; }
[XmlAttributeAttribute(L"DelMetaProc")] 
public:
property String^ DeleteMetadataProcName {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_DeleteMetadataProcName ()

/** @property */
public void set_DeleteMetadataProcName (String value)
public function get DeleteMetadataProcName () : String

public function set DeleteMetadataProcName (value : String)

Property Value

The name of the stored procedure that Sync Framework uses to delete metadata from a tracking table.

Remarks

The default value of TableName_deletemetadata is typically used for this property.

See Also

Reference

SqlSyncProviderAdapterConfiguration Class
SqlSyncProviderAdapterConfiguration Members
Microsoft.Synchronization.Data.SqlServer Namespace