Schema constructor (SearchContext)

NOTE: This API is now obsolete.

Initializes a new instance of the Schema class.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<ObsoleteAttribute("This constructor is deprecated now.")> _
Public Sub New ( _
    searchContext As SearchContext _
)
'Usage
Dim searchContext As SearchContext

Dim instance As New Schema(searchContext)
[ObsoleteAttribute("This constructor is deprecated now.")]
public Schema(
    SearchContext searchContext
)

Parameters

Remarks

The Schema class is the entry point for managing the Search service application’s metadata schema.

See also

Reference

Schema class

Schema members

Schema overload

Microsoft.Office.Server.Search.Administration namespace