Proprietà SqlAnnotationDescriptor.HasName

Ottiene un valore che indica se l'annotazione dispone di un nome.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property HasName As Boolean
    Get
public bool HasName { get; }
public:
property bool HasName {
    bool get ();
}
member HasName : bool
function get HasName () : boolean

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlAnnotationDescriptor Classe

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel