Proprietà Item (String)
Gets a FullTextIndexColumn object in the collection by name.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
name As String _
) As FullTextIndexColumn
Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- name
Tipo: System. . :: . .String
A String value that specifies the name of the FullTextIndexColumn object in the FullTextIndexColumnCollection collection.
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .FullTextIndexColumn
A FullTextIndexColumn object value that represents the full-text index column.
Vedere anche