Compartir a través de


FullTextCatalogCollection.Item Propiedad (String)

Gets a FullTextCatalog object in the collection by name.

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

Sintaxis

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

value = instance(name)
public FullTextCatalog this[
    string name
] { get; }
public:
property FullTextCatalog^ default[String^ name] {
    FullTextCatalog^ get (String^ name);
}
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

Vea también

Referencia

FullTextCatalogCollection Clase

Sobrecarga de Item

Espacio de nombres Microsoft.SqlServer.Management.Smo