Freigeben über


ObjectIdentifier.HasName-Eigenschaft

Gets a value indicating whether the ObjectIdentifier have any Parts.

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public ReadOnly Property HasName As Boolean 
    Get
'Usage
Dim instance As ObjectIdentifier 
Dim value As Boolean 

value = instance.HasName
public bool HasName { get; }
public:
property bool HasName {
    bool get ();
}
member HasName : bool
function get HasName () : boolean

Eigenschaftswert

Typ: System.Boolean
true if the ObjectIndentifier have any Parts; otherwise, false.

Siehe auch

Verweis

ObjectIdentifier Klasse

Microsoft.SqlServer.Dac.Model-Namespace