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