DSClass_To_DNInstance class

Allows the client to give a hint to the DS Instance Provider to scope enumerations and queries to a particular sub-tree or a naming context. The client should create instances of this class if it wants the DS Provider to do enumerations and queries of a specific DS class from a specific DS Object as the root

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Association, AMENDMENT]
class DSClass_To_DNInstance
{
  string       DSClass;
  DN_Class REF RootDNForSearchAndQuery;
};

Members

The DSClass_To_DNInstance class has these types of members:

Properties

The DSClass_To_DNInstance class has these properties.

DSClass

Data type: string

Access type: Read-only

Qualifiers: KEY, classref ("DS_LDAP_Root_Class")

The Name of the class for which scoping is to be used.

RootDNForSearchAndQuery

Data type: DN_Class

Access type: Read-only

Qualifiers: KEY

A reference to an instance of DN_Class that gives the ADSI path of the object below which the search should be scoped.

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\directory\LDAP
MOF
DsProv.mof
DLL
Dsprov.dll