FullTextStopListCollection.Item 属性 (Int32)

Gets the FullTextStopList object at the specified index from the collection.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Default Property Item ( _
    index As Integer _
) As FullTextStopList 
    Get
用法
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 支持使用索引属性,但不支持声明新索引属性。

参数

属性值

类型:Microsoft.SqlServer.Management.Smo.FullTextStopList
The FullTextStopList object at the specified index from the collection.

请参阅

参考

FullTextStopListCollection 类

Item 重载

Microsoft.SqlServer.Management.Smo 命名空间