SqlSyncProviderAdapterConfiguration.UpdateTriggerName Property
Gets or sets the name of the update trigger that Sync Framework creates on a base table 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("UpdTrig")> _
Public Property UpdateTriggerName As String
'Usage
Dim instance As SqlSyncProviderAdapterConfiguration
Dim value As String
value = instance.UpdateTriggerName
instance.UpdateTriggerName = value
[XmlAttributeAttribute("UpdTrig")]
public string UpdateTriggerName { get; set; }
[XmlAttributeAttribute(L"UpdTrig")]
public:
property String^ UpdateTriggerName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_UpdateTriggerName ()
/** @property */
public void set_UpdateTriggerName (String value)
public function get UpdateTriggerName () : String
public function set UpdateTriggerName (value : String)
Property Value
The name of the update trigger that Sync Framework creates on a base table to update metadata in a tracking table.
Remarks
The default value of TableName_update_trigger
is typically used for this property.
See Also
Reference
SqlSyncProviderAdapterConfiguration Class
SqlSyncProviderAdapterConfiguration Members
Microsoft.Synchronization.Data.SqlServer Namespace