Condividi tramite


Metodo TSqlObject.GetReferenced

Gets all referenced objects within the Default scope.

Spazio dei nomi  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Sintassi

'Dichiarazione
Public Function GetReferenced As IEnumerable(Of TSqlObject)
'Utilizzo
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>

Valore restituito

Tipo: System.Collections.Generic.IEnumerable<TSqlObject>
TSqlObject referenced by this object.

Osservazioni

References to elements not in the TSqlModel are not returned. Use GetReferencedRelationshipInstances() for a listing of all possible referenced elements.

Vedere anche

Riferimento

TSqlObject Classe

Overload GetReferenced

Spazio dei nomi Microsoft.SqlServer.Dac.Model