Schema, constructeur (Microsoft.Office.Server.Search.Administration)
Initializes a new instance of the Schema class.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public Sub New ( _
searchApplication As SearchContext _
)
'Utilisation
Dim searchApplication As SearchContext
Dim instance As New Schema(searchApplication)
public Schema (
SearchContext searchApplication
)
Paramètres
- searchApplication
A SearchContext object that represents the search service for a specific Shared Service Provider.
Remarques
The Schema class is the entry point for managing the Recherche de contenu d'entreprise metadata schema for a Shared Service Provider's search service. To use the Schema object, you must do the following:
Add references to your application for the following dlls:
Microsoft.SharePoint.dll
Microsoft.Office.Server.dll
Microsoft.Office.Server.Search.dll
Specify the Shared Service Provider for the search service using the SearchContext object. For more information about ways to retrieve the search context, see Procédure : renvoyer le contexte de recherche pour le fournisseur du service de recherche.
Exemple
The following code example demonstrates how to use the constructor to create an instance of the Schema class.
To see more complete code samples using the Schema object model, see the following topics:
Procédure : récupérer les propriétés gérées pour un fournisseur de services partagés
Procédure : créer une propriété gérée
Procédure : supprimer une propriété gérée
Procédure : récupérer les propriétés analysées pour une catégorie dans le schéma de recherche
Procédure : récupérer les propriétés analysées mappées sur une propriété gérée
Procédure : mapper une propriété analysée à une propriété gérée
Schema sspSchema = new Schema(SearchContext.GetContext(new SPSite("http://<yourSiteName>")));
Voir aussi
Référence
Schema, classe
Membres Schema
Microsoft.Office.Server.Search.Administration, espace de noms