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