共用方式為


ISoapServerTlb.DeleteServerTlb 方法

定義

根據安全性選項從 Web.config 和 Default.disco 檔案移除伺服器型別程式庫的項目。

public:
 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
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)

參數

progId
String

類別的程式設計識別項。

classId
String

型別程式庫的類別識別項 (Class Identifier,CLSID)。

interfaceId
String

型別程式庫的 IID。

srcTlbPath
String

含有型別程式庫之檔案的路徑。

rootWebServer
String

根 Web 伺服器。

baseUrl
String

含有虛擬根目錄的基礎 URL。

virtualRoot
String

虛擬根目錄的名稱。

operation
String

未使用。 為此參數指定 null

assemblyName
String

組件的名稱。

typeName
String

組件的型別。

例外狀況

呼叫鏈結中的呼叫端沒有存取 Unmanaged 程式碼的使用權限。

SOAP 公用程式無法使用。

適用於