ISqlFulltextIndexedObject.FullTextIndex プロパティ
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
ReadOnly Property FullTextIndex As IList(Of ISqlFullTextIndex)
'使用
Dim instance As ISqlFulltextIndexedObject
Dim value As IList(Of ISqlFullTextIndex)
value = instance.FullTextIndex
IList<ISqlFullTextIndex> FullTextIndex { get; }
property IList<ISqlFullTextIndex^>^ FullTextIndex {
IList<ISqlFullTextIndex^>^ get ();
}
function get FullTextIndex () : IList<ISqlFullTextIndex>
プロパティ値
型 : System.Collections.Generic.IList<ISqlFullTextIndex>