SqlFullTextColumnCollection 類別

定義

[System.Runtime.InteropServices.ComVisible(false)]
public class SqlFullTextColumnCollection : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlCollection<Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlFullTextColumn>
[<System.Runtime.InteropServices.ComVisible(false)>]
type SqlFullTextColumnCollection = class
    inherit SqlCollection<SqlFullTextColumn>
Public Class SqlFullTextColumnCollection
Inherits SqlCollection(Of SqlFullTextColumn)
繼承
SqlFullTextColumnCollection
屬性

屬性

名稱 Description
Count (繼承來源 SqlCollection<T>)
IsReadOnly (繼承來源 SqlCollection<T>)
Item[Int32] (繼承來源 SqlCollection<T>)

方法

名稱 Description
Contains(T) (繼承來源 SqlCollection<T>)
CopyTo(T[], Int32) (繼承來源 SqlCollection<T>)
GetEnumerator() (繼承來源 SqlCollection<T>)
IndexOf(T) (繼承來源 SqlCollection<T>)

明確介面實作

名稱 Description
IEnumerable.GetEnumerator() (繼承來源 SqlCollection<T>)

適用於