| TABLE 2: Members of the Object That the SQLVDirs Property Returns |
| Member |
Type |
Description |
| AddVirtualDirectory |
Method |
Lets you create a new virtual directory on the connected server. When you specify a directory name, the method returns an ISQLVDir object ready to have its properties set. If you try to add a virtual directory with the same name as an existing virtual directory, the call fails with a runtime error. |
| Count |
Property |
Returns the number of SQL Server 2000 virtual directories already created on the connected server or Web site. |
| Item |
Property |
Returns a reference to the specified virtual directory when |
|
(default) |
you provide an index (starting with 0) or a virtual directory name. |
| DeleteVirtualDirectory (DirName As String) |
Method |
Deletes a virtual directory when you provide the name of the directory. An attempt to delete a nonexistent virtual directory fails with a runtime error. |