Propriedade do RDL OrderColumnCollection.Item (Int32)

Gets an OrderColumn object at the specified index.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    index As Integer _
) As OrderColumn 
    Get
'Uso
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

  • index
    Tipo: System.Int32
    A number representing the index of the object.

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.OrderColumn
An OrderColumn which corresponds to the specified index.

Consulte também

Referência

OrderColumnCollection Classe

Sobrecarregado Item

Namespace Microsoft.SqlServer.Management.Smo