Propriété Item (Int32)
Gets an OrderColumn object at the specified index.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As OrderColumn
Get
'Utilisation
Dim instance As OrderColumnCollection
Dim index As Integer
Dim value As OrderColumn
value = instance(index)
public OrderColumn this[
int index
] { get; }
public:
property OrderColumn^ default[int index] {
OrderColumn^ get (int index);
}
member Item : OrderColumn
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- index
Type : System. . :: . .Int32
A number representing the index of the object.
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .OrderColumn
An OrderColumn which corresponds to the specified index.
Voir aussi