StatisticColumnCollection.Item[] Propriedade

Definição

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

Valor da propriedade

Aplica-se a