Compartir a través de


ObjectIdentifier.HasName Propiedad

Gets a value indicating whether the ObjectIdentifier have any Parts.

Espacio de nombres:  Microsoft.SqlServer.Dac.Model
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
Public ReadOnly Property HasName As Boolean 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ObjectIdentifier Clase

Espacio de nombres Microsoft.SqlServer.Dac.Model