ISchemaOperations.CreateManagedProperty - Méthode
Créer une propriété gérée.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
<OperationContractAttribute> _
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
Function CreateManagedProperty ( _
managedPropertyName As String, _
type As ManagedDataType, _
owner As SearchObjectOwner _
) As ManagedPropertyInfo
'Utilisation
Dim instance As ISchemaOperations
Dim managedPropertyName As String
Dim type As ManagedDataType
Dim owner As SearchObjectOwner
Dim returnValue As ManagedPropertyInfo
returnValue = instance.CreateManagedProperty(managedPropertyName, _
type, owner)
[OperationContractAttribute]
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
ManagedPropertyInfo CreateManagedProperty(
string managedPropertyName,
ManagedDataType type,
SearchObjectOwner owner
)
Paramètres
managedPropertyName
Type : System.StringNom de la nouvelle propriété gérée.
type
Type : Microsoft.Office.Server.Search.Administration.ManagedDataTypeManagedDataType de la nouvelle propriété gérée.
owner
Type : Microsoft.Office.Server.Search.Administration.SearchObjectOwnerReprésente la hiérarchie de Sharepoint dans laquelle se trouve la propriété gérée.
Valeur renvoyée
Type : Microsoft.Office.Server.Search.Administration.ManagedPropertyInfo
La propriété gérée nouvellement créée.
Remarques
Si la propriété gérée doit être modifié ultérieurement, UpdateManagedProperty(ManagedPropertyInfo, SearchObjectOwner) doit être utilisé pour mettre à jour la propriété gérée.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms