Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the name of the stored procedure that Sync Framework uses to insert metadata into a tracking table.
Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in microsoft.synchronization.data.sqlserver.dll)
Syntax
'Declaration
<XmlAttributeAttribute("InsMetaProc")> _
Public Property InsertMetadataProcName As String
'Usage
Dim instance As SqlSyncProviderAdapterConfiguration
Dim value As String
value = instance.InsertMetadataProcName
instance.InsertMetadataProcName = value
[XmlAttributeAttribute("InsMetaProc")]
public string InsertMetadataProcName { get; set; }
[XmlAttributeAttribute(L"InsMetaProc")]
public:
property String^ InsertMetadataProcName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_InsertMetadataProcName ()
/** @property */
public void set_InsertMetadataProcName (String value)
public function get InsertMetadataProcName () : String
public function set InsertMetadataProcName (value : String)
Property Value
The name of the stored procedure that Sync Framework uses to insert metadata into a tracking table.
Remarks
The default value of TableName_insertmetadata
is typically used for this property.
See Also
Reference
SqlSyncProviderAdapterConfiguration Class
SqlSyncProviderAdapterConfiguration Members
Microsoft.Synchronization.Data.SqlServer Namespace