Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Property Value
Type: System.Boolean
true if the ObjectIndentifier have any Parts; otherwise, false.