2025-04-27 07:49:33 -04:00

91 lines
3.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
<TITLE>ADSI Container Object Methods</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!--
TempString = navigator.appVersion
if (navigator.appName == "Microsoft Internet Explorer"){
// Check to see if browser is Microsoft
if (TempString.indexOf ("4.") >= 0){
// Check to see if it is IE 4
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
}
else {
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
}
}
else if (navigator.appName == "Netscape") {
// Check to see if browser is Netscape
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
}
else
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
//-->
</script>
<SCRIPT LANGUAGE="VBScript">
<!--
Sub Window_OnLoad()
Dim frmContents
On Error Resume Next
If Not Parent Is Nothing Then
Set frmContents = Parent.Contents
If Not frmContents Is Nothing Then
frmContents.Window.TOCSynch_Click
End If
End If
End Sub
//--></SCRIPT><META NAME="DESCRIPTION" CONTENT="Internet Information Services reference information">
<META HTTP-EQUIV="PICS-Label" CONTENT='(PICS-1.1 "<http://www.rsac.org/ratingsv01.html>" l comment "RSACi North America Server" by "inet@microsoft.com <mailto:inet@microsoft.com>" r (n 0 s 0 v 0 l 0))'>
<META NAME="MS.LOCALE" CONTENT="EN-US">
<META NAME="MS-IT-LOC" Content="Internet Information Services">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H2><A NAME="_k2_adsi_container_object_methods"></A><SUP></SUP>ADSI Container Object Methods</H2>
<P>You can use the ADSI container object methods of the IIS Admin Objects to manipulate keys in the metabase. You can create, delete, and move keys by creating, deleting, and moving IIS Admin Objects within container objects. You can also enumerate contained objects such as virtual directories or servers with container object methods.</P>
<P>These ADSI container object methods manipulate IIS Admin Objects and metabase keys:</P>
<TABLE border=0 cellpadding=5 cols=2 frame=box rules=all>
<TR VALIGN="top">
<TD class=blue width=24%><B>Method</B></TD>
<TD class=blue width=76%><B>Description</B></TD>
</TR>
<TR VALIGN="top">
<TD width=24%><A HREF="/iishelp/iis/htm/asp/adsi5eud.htm"><B>CopyHere</B></A></TD>
<TD width=76%>Copies an object into a container.</TD>
</TR>
<TR VALIGN="top">
<TD width=24%><A HREF="/iishelp/iis/htm/asp/adsi0j8l.htm"><B>Create</B></A></TD>
<TD width=76%>Creates a new object in a container.</TD>
</TR>
<TR VALIGN="top">
<TD width=24%><A HREF="/iishelp/iis/htm/asp/adsi9iat.htm"><B>Delete</B></A></TD>
<TD width=76%>Deletes an object from a container.</TD>
</TR>
<TR VALIGN="top">
<TD width=24%><A HREF="/iishelp/iis/htm/asp/adsi91kk.htm"><B>GetObject</B></A></TD>
<TD width=76%>Accesses an object in a container.</TD>
</TR>
<TR VALIGN="top">
<TD width=24%><A HREF="/iishelp/iis/htm/asp/adsi9hb9.htm"><B>MoveHere</B></A></TD>
<TD width=76%>Copies an object into a container and deletes the original object.</TD>
</TR>
</TABLE><BR>
<P><span class=le><B>Note&nbsp;&nbsp;&nbsp;</B></span>When one of the IIS Admin Objects is a container object, it retains its own ADSI object properties and methods as well as any IIS-specific methods and associated metabase properties.</P>
<hr class="iis" size="1">
<p align="center"><em><a href="../../../common/colegal.htm">&copy; 1997-2001 Microsoft Corporation. All rights reserved.</a></em></p>
</BODY>
</HTML>