Propriedade do RDL ObjectIdentifier.HasName
Gets a value indicating whether the ObjectIdentifier have any Parts.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Boolean
true if the ObjectIndentifier have any Parts; otherwise, false.