You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

Create a new Directory Service (Windows Authenticated) User object. PARAMETERS: Name as String, Description as String.

Syntax

Public Function CreateDSUser( _
   ByVal Name As Variant, _
   ByVal Description As Variant, _
   ByVal Password As Variant _
) As User

Parameters

  • Name
  • Description
  • Password

Remarks

In ER/Studio 8.5 and later, this method replaces the Add method.


  • No labels