Compartir a través de


Item Propiedad (Int32)

Gets a FullTextCatalog object in the collection by index number.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    index As Integer _
) As FullTextCatalog
    Get
'Uso
Dim instance As FullTextCatalogCollection
Dim index As Integer
Dim value As FullTextCatalog

value = instance(index)
public FullTextCatalog this[
    int index
] { get; }
public:
property FullTextCatalog^ default[int index] {
    FullTextCatalog^ get (int index);
}
member Item : FullTextCatalog
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo. . :: . .FullTextCatalog
A FullTextCatalog object value that represents the full-text catalog.

Ejemplos

Usar colecciones