Condividi tramite


Proprietà ObjectIdentifier.HasName

Gets a value indicating whether the ObjectIdentifier have any Parts.

Spazio dei nomi  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property HasName As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ObjectIdentifier Classe

Spazio dei nomi Microsoft.SqlServer.Dac.Model