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 references. This is the referenced object.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Property Object As TSqlObject
Get
Private Set
'Usage
Dim instance As ModelRelationshipInstance
Dim value As TSqlObject
value = instance.Object
public TSqlObject Object { get; private set; }
public:
property TSqlObject^ Object {
TSqlObject^ get ();
private: void set (TSqlObject^ value);
}
member Object : TSqlObject with get, private set
function get Object () : TSqlObject
private function set Object (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.