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