IIndexFactory.CreateRelationalIndex Method (String, CollationInfo)
Note: This API is now obsolete.
Creates an IMutableRelationalIndex object that has the specified name.
Namespace: Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
<ObsoleteAttribute("This method is not longer supported.", True)> _
Function CreateRelationalIndex ( _
name As String, _
collationInfo As CollationInfo _
) As IMutableRelationalIndex
'Usage
Dim instance As IIndexFactory
Dim name As String
Dim collationInfo As CollationInfo
Dim returnValue As IMutableRelationalIndex
returnValue = instance.CreateRelationalIndex(name, _
collationInfo)
[ObsoleteAttribute("This method is not longer supported.", true)]
IMutableRelationalIndex CreateRelationalIndex(
string name,
CollationInfo collationInfo
)
[ObsoleteAttribute(L"This method is not longer supported.", true)]
IMutableRelationalIndex^ CreateRelationalIndex(
String^ name,
CollationInfo^ collationInfo
)
[<ObsoleteAttribute("This method is not longer supported.", true)>]
abstract CreateRelationalIndex :
name:string *
collationInfo:CollationInfo -> IMutableRelationalIndex
function CreateRelationalIndex(
name : String,
collationInfo : CollationInfo
) : IMutableRelationalIndex
Parameters
- name
Type: System.String
The name of the relational index object.
- collationInfo
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo
The CollationInfo object that the relational index uses.
Return Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableRelationalIndex
An IMutableRelationalIndex object that has the specified name.