ManagedProperty.MaxCharactersInPropertyStoreIndex - Propriété
Obtient ou définit que le nombre maximal de caractères est conservé dans la colonne de valeur de chaîne de la banque de propriétés.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Property MaxCharactersInPropertyStoreIndex As Integer
Get
Set
'Utilisation
Dim instance As ManagedProperty
Dim value As Integer
value = instance.MaxCharactersInPropertyStoreIndex
instance.MaxCharactersInPropertyStoreIndex = value
public int MaxCharactersInPropertyStoreIndex { get; set; }
Valeur de propriété
Type : System.Int32
Retourne Int32 .
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Si cet objet n'est pas sauvegardée. |
PropertyIsReadOnlyException | Si cette propriété est en lecture seule. |
ArgumentOutOfRangeException | Si la nouvelle valeur est hors limites. |
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms