66 lines
3.0 KiB
HTML
66 lines
3.0 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 Reference</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">
|
|
|
|
<H1><A NAME="_k2_adsi_reference"></A><SUP></SUP>ADSI Reference</H1>
|
|
|
|
<P>The ADSI Reference section describes properties and methods that are exposed by the IIS Admin Objects. This section contains:
|
|
|
|
<UL type=disc>
|
|
<LI><A HREF="/iishelp/iis/htm/asp/adsi57hv.htm">ADSI Object Properties</A>: Describes the six basic properties that must be implemented by IIS Admin Objects (<B>Name</B>, <B>ADsPath</B>, <B>Class</B>, <B>GUID</B>, <B>Parent</B>, and <B>Schema</B>).</li>
|
|
|
|
<LI><A HREF="/iishelp/iis/htm/asp/adsi0ewj.htm">ADSI Object Methods</A>: Lists the methods exposed by the IIS Admin Objects.</li>
|
|
|
|
<LI><A HREF="/iishelp/iis/htm/asp/adsi65yr.htm">ADSI Container Object Properties</A>: Discusses additional attributes implemented by the IIS Admin Container Object.</li>
|
|
|
|
<LI><A HREF="/iishelp/iis/htm/asp/adsi7qpf.htm">ADSI Container Object Methods</A>: Describes methods, implemented by the ADSI Container Object, that manipulate IIS Admin Objects and metabase keys.</li>
|
|
|
|
<LI><A HREF="/iishelp/iis/htm/asp/adsi5ga8.htm">ADSI Changes for IIS 5.1</A>: A quick reference to IIS ADSI provider changes in IIS 5.1.</li>
|
|
</UL>
|
|
<hr class="iis" size="1">
|
|
<p align="center"><em><a href="../../../common/colegal.htm">© 1997-2001 Microsoft Corporation. All rights reserved.</a></em></p>
|
|
</BODY>
|
|
</HTML>
|