FullTextIndexRankCollection.Create Method
Adds a full text index rank component to the full text index rank collection.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Function Create ( _
fullTextIndexReference As FullTextIndex _
) As FullTextIndexRankComponent
'Usage
Dim instance As FullTextIndexRankCollection
Dim fullTextIndexReference As FullTextIndex
Dim returnValue As FullTextIndexRankComponent
returnValue = instance.Create(fullTextIndexReference)
FullTextIndexRankComponent Create(
FullTextIndex fullTextIndexReference
)
Parameters
fullTextIndexReference
Type: Microsoft.SharePoint.Search.Extended.Administration.Schema.FullTextIndexA FullTextIndex object that specifies the full text index to add to the collection.
Return Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Schema.FullTextIndexRankComponent
A FullTextIndexRankComponent object
Exceptions
Exception | Condition |
---|---|
AdminException | if the configuration deployment fails. A specific error message will provide further details along with the exception. |
See Also
Reference
FullTextIndexRankCollection Interface
FullTextIndexRankCollection Members
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace