sp_requestpeertopologyinfo (Transact-SQL)
Wypełnia MSpeer_topologyresponse systemowej tabela informacje o topologii replikacja transakcyjnej typu peer-to-peer.wykonać sp_gettopologyinfo uzyskanie informacji z tabela w formacie XML.
sp_requestpeertopologyinfo [ @publication = ] 'publication'
[ ,[ @requestid=] request_id OUTPUT
Argumenty
[@ publikacja =] ' publication"
Is the name of the publication for which to perform a topology-wide status request.publication is sysname, with no default.[@ request_id =] request_id
Is the ID number that is assigned to the topology status request.request_id is int, with a default of NULL.Ten identyfikator może być używany przez sp_gettopologyinfo.
Wartości kodów powrotnych
0 (sukces) lub 1 (brak)
Remarks
sp_requestpeertopologyinfo jest używany w replikacja transakcyjnej typu peer-to-peer.wykonać sp_requestpeertopologyinfo przed wykonaniem sp_gettopologyinfo.Procedury te są używane przez kreatora Konfigurowanie topologii typu peer-to-peer, ale można je także stosować bezpośrednio Jeśli wymagane są informacje o topologii w formacie XML.Jeśli wolisz tabelarycznych wyniki kwerendy MSpeer_topologyresponse tabela systemowa.
Uprawnienia
Wymaga członkostwo w grupie administratorów serwera stały lub ustalić rola bazy danych db_owner.
See Also