Freigeben über


ModelRelationshipInstance.Object-Eigenschaft

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)

Eigenschaftswert

Typ: Microsoft.SqlServer.Dac.Model.TSqlObject

Hinweise

This property returns null if the relationship is unresolved or refers to elements outside the current TSqlModel.

Siehe auch

Verweis

ModelRelationshipInstance Klasse

Microsoft.SqlServer.Dac.Model-Namespace