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