Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
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