Partager via


SearchServiceApplicationProxy.CreateManagedProperty - Méthode

CreateManagedProperty(String, ManagedDataType, SearchObjectOwner)

Espace de noms :  Microsoft.Office.Server.Search.Administration
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
Public Function CreateManagedProperty ( _
    managedPropertyName As String, _
    type As ManagedDataType, _
    owner As SearchObjectOwner _
) As ManagedPropertyInfo
'Utilisation
Dim instance As SearchServiceApplicationProxy
Dim managedPropertyName As String
Dim type As ManagedDataType
Dim owner As SearchObjectOwner
Dim returnValue As ManagedPropertyInfo

returnValue = instance.CreateManagedProperty(managedPropertyName, _
    type, owner)
public ManagedPropertyInfo CreateManagedProperty(
    string managedPropertyName,
    ManagedDataType type,
    SearchObjectOwner owner
)

Paramètres

Valeur renvoyée

Type : Microsoft.Office.Server.Search.Administration.ManagedPropertyInfo

Implémentations

ISchemaOperations.CreateManagedProperty(String, ManagedDataType, SearchObjectOwner)

Voir aussi

Référence

SearchServiceApplicationProxy classe

SearchServiceApplicationProxy - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms