TSqlObject.GetReferenced-Methode
Gets all referenced objects within the Default scope.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Function GetReferenced As IEnumerable(Of TSqlObject)
'Usage
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>
Rückgabewert
Typ: System.Collections.Generic.IEnumerable<TSqlObject>
TSqlObject referenced by this object.
Hinweise
References to elements not in the TSqlModel are not returned. Use GetReferencedRelationshipInstances() for a listing of all possible referenced elements.