Share via


TSqlObject.Name Property

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.

See Also

Reference

TSqlObject Class

Microsoft.SqlServer.Dac.Model Namespace