sp_registercustomresolver (Transact-SQL)
Rejestruje jest obsługa logika biznesowa lub rozpoznawania opartą na modelu COM niestandardowych nazw, może być wywoływana podczas procesu synchronizacji replikacja łączenia.Ta procedura przechowywana jest wykonywany dystrybutor.
sp_registercustomresolver [ @article_resolver = ] 'article_resolver'
[ , [ @resolver_clsid = ] 'resolver_clsid' ]
[ , [ @is_dotnet_assembly = ] 'is_dotnet_assembly' ]
[ , [ @dotnet_assembly_name = ] 'dotnet_assembly_name' ]
[ , [ @dotnet_class_name = ] 'dotnet_class_name' ]
Argumenty
[ @article_resolver = ] 'article_resolver'
Specifies the friendly name for the custom business logic being registered.article_resolver is nvarchar(255), with no default.[ @resolver_clsid= ] 'resolver_clsid'
Określa wartość identyfikatora CLSID obiektu COM są zarejestrowane.Niestandardowe reguły biznesowe resolver_clsid jest nvarchar(50), z domyślną wartość NULL.Ten parametr muszą być ustawiona na prawidłowy identyfikator klasy lub ustaw wartość null, podczas rejestrowania wirtualny plik dziennika programu obsługa logika biznesowa.[ @is_dotnet_assembly= ] 'is_dotnet_assembly'
Specifies the type of custom business logic that is being registered.is_dotnet_assembly is nvarchar(50), with a default of FALSE.true indicates that the custom business logic being registered is a business logic handler Assembly; false indicates that it is a COM component.[ @dotnet_assembly_name= ] 'dotnet_assembly_name'
Is the name of the assembly that implements the business logic handler.dotnet_assembly_name is nvarchar(255), with a default value of NULL.Należy określić pełną ścieżka do zespołu, jeśli nie został wdrożony w tym samym katalogu, co Agent Scal wykonywalne, w tym samym katalogu co aplikacja, która uruchamia synchronicznie Agent korespondencji seryjnej lub Global wirtualny plik dziennika Cache (GAC).[ @dotnet_class_name= ] 'dotnet_class_name'
Jest to nazwa klasy, która zastępuje BusinessLogicModule Aby zaimplementować obsługę logika biznesowa. The name should be specified in the form Namespace.Classname.dotnet_class_name is nvarchar(255), with a default value of NULL.
Wartości kodów powrotnych
0 (sukces) lub 1 (brak)
Remarks
sp_registercustomresolver jest używane w korespondencji seryjnej replikacja.
Uprawnienia
Tylko członkowie sysadmin Rola serwera lub db_owner stała rola bazy danych może być wykonywany sp_registercustomresolver.
See Also