StatisticColumnCollection.Item[] Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| Item[Int32] | |
| Item[String] |
Item[Int32]
public Microsoft.SqlServer.Management.Smo.StatisticColumn this[int index] { get; }
member this.Item(int) : Microsoft.SqlServer.Management.Smo.StatisticColumn
Default Public ReadOnly Property Item(index As Integer) As StatisticColumn
Parâmetros
- index
- Int32
Valor da propriedade
Aplica-se a
Item[String]
public Microsoft.SqlServer.Management.Smo.StatisticColumn this[string name] { get; }
member this.Item(string) : Microsoft.SqlServer.Management.Smo.StatisticColumn
Default Public ReadOnly Property Item(name As String) As StatisticColumn
Parâmetros
- name
- String