IndexCollection.Item Property (String)
SQL Server 2008 R2
Gets an Index object in the collection by name.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- name
- Type: System.String
A String value that specifies the name of the Index object in the IndexCollection collection.
Property Value
Type: Microsoft.SqlServer.Management.Smo.IndexAn Index object value that represents the index.