Share via


Schema.Create Method

Creates a Schema that represents a schema for a connected directory.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim returnValue As Schema

returnValue = Schema.Create

Syntax

'Declaration
Public Shared Function Create As Schema
public static Schema Create ()
public:
static Schema^ Create ()
public static Schema Create ()
public static function Create () : Schema

Return Value

Returns Schema.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

Schema Class
Schema Members
Microsoft.MetadirectoryServices Namespace