Vcl.CmAdmCtl.TCOMAdminCatalog.ICOMAdminCatalog_Connect

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function  ICOMAdminCatalog_Connect(const bstrConnectString: WideString):

C++

TCOMAdminCatalogCollection* __fastcall ICOMAdminCatalog_Connect(const System::WideString bstrConnectString);

Properties

Type Visibility Source Unit Parent
function public
Vcl.CmAdmCtl.pas
Vcl.CmAdmCtl.hpp
Vcl.CmAdmCtl TCOMAdminCatalog

Description

ICOMAdminCatalog_Connects to a remote computer so that you can administer the collections on that machine.

Call ICOMAdminCatalog_ICOMAdminCatalog_Connect to administer the COM+ components and services on a remote machine.

bstrICOMAdminCatalog_ConnectString is the name of the remote computer whose COM+ components and services you want to administer.

ICOMAdminCatalog_ICOMAdminCatalog_Connect returns the root collection on the remote computer. The root collection contains the top-level collections on the catalog of the remote machine. It does not contain any TCOMAdminCatalogObject objects or support any properties. You can't use the Add or Remove methods of this TCOMAdminCatalogCollection object.

See Also