Propriedade do RDL FullTextIndexColumnCollection.Item (String)

Gets a FullTextIndexColumn object in the collection by name.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    name As String _
) As FullTextIndexColumn 
    Get
'Uso
Dim instance As FullTextIndexColumnCollection 
Dim name As String 
Dim value As FullTextIndexColumn 

value = instance(name)
public FullTextIndexColumn this[
    string name
] { get; }
public:
property FullTextIndexColumn^ default[String^ name] {
    FullTextIndexColumn^ get (String^ name);
}
member Item : FullTextIndexColumn
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.FullTextIndexColumn
A FullTextIndexColumn object value that represents the full-text index column.

Exemplos

Usando coleções

Consulte também

Referência

FullTextIndexColumnCollection Classe

Sobrecarregado Item

Namespace Microsoft.SqlServer.Management.Smo