Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Returns all TSqlObject child objects within the Default scope.
Пространство имен: Microsoft.SqlServer.Dac.Model
Сборка: Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)
Синтаксис
'Декларация
Public Function GetChildren As IEnumerable(Of TSqlObject)
'Применение
Dim instance As TSqlObject
Dim returnValue As IEnumerable(Of TSqlObject)
returnValue = instance.GetChildren()
public IEnumerable<TSqlObject> GetChildren()
public:
IEnumerable<TSqlObject^>^ GetChildren()
member GetChildren : unit -> IEnumerable<TSqlObject>
public function GetChildren() : IEnumerable<TSqlObject>
Возвращаемое значение
Тип: System.Collections.Generic.IEnumerable<TSqlObject>
All children.
Замечания
References to elements not in the TSqlModel are not returned.