Propriedade SqlSyncProviderAdapterConfiguration.InsertMetadataProcName
Obtém ou define o nome do procedimento armazenado que o Sync Framework usa para inserir metadados em uma tabela de controle.
Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (em microsoft.synchronization.data.sqlserver.dll)
Sintaxe
'Declaração
<XmlAttributeAttribute("InsMetaProc")> _
Public Property InsertMetadataProcName As String
'Uso
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)
Valor da propriedade
O nome do procedimento armazenado que o Sync Framework usa para inserir metadados em uma tabela de controle.
Comentários
O valor padrão de TableName_insertmetadata
geralmente é usado para esta propriedade.
Consulte também
Referência
Classe SqlSyncProviderAdapterConfiguration
Membros SqlSyncProviderAdapterConfiguration
Namespace Microsoft.Synchronization.Data.SqlServer