MultiPartIdentifier.Item Property
SQL Server 2012
Gets or sets the item at the specified index.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- index
- Type: System.Int32
The specified index.
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.IdentifierThe item at the specified index.
