Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The TSqlObject this instance is from. This is the referencing object
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Property FromObject As TSqlObject
Get
Private Set
'Usage
Dim instance As ModelRelationshipInstance
Dim value As TSqlObject
value = instance.FromObject
public TSqlObject FromObject { get; private set; }
public:
property TSqlObject^ FromObject {
TSqlObject^ get ();
private: void set (TSqlObject^ value);
}
member FromObject : TSqlObject with get, private set
function get FromObject () : TSqlObject
private function set FromObject (value : TSqlObject)
Property Value
Type: Microsoft.SqlServer.Dac.Model.TSqlObject
Remarks
This property returns null if the relationship is unresolved or refers to elements outside the current TSqlModel.