Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Public Property InsertMetadataProcName As String
Get
Set
'Usage
Dim instance As SqlSyncProviderAdapterConfiguration
Dim value As String
value = instance.InsertMetadataProcName
instance.InsertMetadataProcName = value
public string InsertMetadataProcName { get; set; }
public:
property String^ InsertMetadataProcName {
String^ get ();
void set (String^ value);
}
member InsertMetadataProcName : string with get, set
function get InsertMetadataProcName () : String
function set InsertMetadataProcName (value : String)
Property Value
Type: System.String
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.