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