Category.CreateCrawledProperty-Methode (String, Boolean, Guid, Int32)
HINWEIS: Diese API ist veraltet.
Erstellt eine gecrawlte Eigenschaft für die Kategorie.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<ObsoleteAttribute("VariantType is no longer supported. Use GetCrawledProperty(string,bool,Guid) instead.")> _
Public Function CreateCrawledProperty ( _
propertyName As String, _
isNameEnum As Boolean, _
propset As Guid, _
variantType As Integer _
) As CrawledProperty
'Usage
Dim instance As Category
Dim propertyName As String
Dim isNameEnum As Boolean
Dim propset As Guid
Dim variantType As Integer
Dim returnValue As CrawledProperty
returnValue = instance.CreateCrawledProperty(propertyName, _
isNameEnum, propset, variantType)
[ObsoleteAttribute("VariantType is no longer supported. Use GetCrawledProperty(string,bool,Guid) instead.")]
public CrawledProperty CreateCrawledProperty(
string propertyName,
bool isNameEnum,
Guid propset,
int variantType
)
Parameter
propertyName
Typ: System.StringEine Zeichenfolge, die den Namen für die gecrawlte Eigenschaft angibt.
isNameEnum
Typ: System.BooleanEin boolescher Wert, der angibt, ob der Name der gecrawlten Eigenschaft aufzählbar ist.
propset
Typ: System.GuidEine GUID, die für die gecrawlte Eigenschaft festgelegte Eigenschaft angibt.
variantType
Typ: System.Int32Eine 32-Bit-Ganzzahl, die den variant-Datentyp der gecrawlten Eigenschaft angibt.
Rückgabewert
Typ: Microsoft.Office.Server.Search.Administration.CrawledProperty
Ein CrawledProperty -Objekt für die gecrawlte Eigenschaft erstellt.