SoapServerTlb.DeleteServerTlb Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Usuwa wpisy biblioteki typów serwera z plików Web.config i Default.disco, w zależności od opcji zabezpieczeń.
public:
virtual void DeleteServerTlb(System::String ^ progId, System::String ^ classId, System::String ^ interfaceId, System::String ^ srcTlbPath, System::String ^ rootWebServer, System::String ^ baseUrl, System::String ^ virtualRoot, System::String ^ operation, System::String ^ assemblyName, System::String ^ typeName);
public void DeleteServerTlb (string progId, string classId, string interfaceId, string srcTlbPath, string rootWebServer, string baseUrl, string virtualRoot, string operation, string assemblyName, string typeName);
abstract member DeleteServerTlb : string * string * string * string * string * string * string * string * string * string -> unit
override this.DeleteServerTlb : string * string * string * string * string * string * string * string * string * string -> unit
Public Sub DeleteServerTlb (progId As String, classId As String, interfaceId As String, srcTlbPath As String, rootWebServer As String, baseUrl As String, virtualRoot As String, operation As String, assemblyName As String, typeName As String)
Parametry
- progId
- String
Programowy identyfikator klasy.
- classId
- String
Identyfikator klasy (CLSID) dla biblioteki typów.
- interfaceId
- String
Identyfikator IID biblioteki typów.
- srcTlbPath
- String
Ścieżka pliku zawierającego bibliotekę typów.
- rootWebServer
- String
Główny serwer sieci Web.
- baseUrl
- String
Podstawowy adres URL zawierający wirtualny katalog główny.
- virtualRoot
- String
Nazwa wirtualnego katalogu głównego.
- operation
- String
Nie używany. Określ null
dla tego parametru.
- assemblyName
- String
Nazwa zestawu.
- typeName
- String
Typ zestawu.
Implementuje
Wyjątki
Obiekt wywołujący w łańcuchu wywołań nie ma uprawnień dostępu do kodu niezarządzanego.
Narzędzie SOAP jest niedostępne.