Свойство Parent
Gets the FullTextIndex object that is the parent of the FullTextIndexColumnCollection object.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Property Parent As FullTextIndex
Get
'Применение
Dim instance As FullTextIndexColumnCollection
Dim value As FullTextIndex
value = instance.Parent
public FullTextIndex Parent { get; }
public:
property FullTextIndex^ Parent {
FullTextIndex^ get ();
}
member Parent : FullTextIndex
function get Parent () : FullTextIndex
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo. . :: . .FullTextIndex
A FullTextIndex object that is the parent of the FullTextIndexColumnCollection object.
См. также