Propriedade do RDL Item (Int32)
Gets the FullTextStopList object at the specified index from the collection.
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 FullTextStopList
Get
'Uso
Dim instance As FullTextStopListCollection
Dim index As Integer
Dim value As FullTextStopList
value = instance(index)
public FullTextStopList this[
int index
] { get; }
public:
property FullTextStopList^ default[int index] {
FullTextStopList^ get (int index);
}
member Item : FullTextStopList
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- index
Tipo: System. . :: . .Int32
The zero-based index of the FullTextStopList object to return.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .FullTextStopList
The FullTextStopList object at the specified index from the collection.
Consulte também