FullTextStopListCollection.Item[] Propiedad

Definición

Sobrecargas

Nombre Description
Item[Int32]
Item[String]

Item[Int32]

public Microsoft.SqlServer.Management.Smo.FullTextStopList this[int index] { get; }
member this.Item(int) : Microsoft.SqlServer.Management.Smo.FullTextStopList
Default Public ReadOnly Property Item(index As Integer) As FullTextStopList

Parámetros

index
Int32

Valor de propiedad

Se aplica a

Item[String]

public Microsoft.SqlServer.Management.Smo.FullTextStopList this[string name] { get; }
member this.Item(string) : Microsoft.SqlServer.Management.Smo.FullTextStopList
Default Public ReadOnly Property Item(name As String) As FullTextStopList

Parámetros

name
String

Valor de propiedad

Se aplica a