Freigeben über


DropTableOperation.RemovedColumnAnnotations-Eigenschaft

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Ruft die benutzerdefinierten Anmerkungen der Spalten der zu löschenden Tabelle ab.

Namespace:  System.Data.Entity.Migrations.Model
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")> _
Public ReadOnly Property RemovedColumnAnnotations As IDictionary(Of String, IDictionary(Of String, Object))
    Get
'Usage
Dim instance As DropTableOperation 
Dim value As IDictionary(Of String, IDictionary(Of String, Object))

value = instance.RemovedColumnAnnotations
[SuppressMessageAttribute("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public IDictionary<string, IDictionary<string, Object>> RemovedColumnAnnotations { get; }
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1006:DoNotNestGenericTypesInMemberSignatures")]
public:
property IDictionary<String^, IDictionary<String^, Object^>^>^ RemovedColumnAnnotations {
    IDictionary<String^, IDictionary<String^, Object^>^>^ get ();
}
[<SuppressMessageAttribute("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")>]
member RemovedColumnAnnotations : IDictionary<string, IDictionary<string, Object>>
function get RemovedColumnAnnotations () : IDictionary<String, IDictionary<String, Object>>

Eigenschaftswert

Typ: System.Collections.Generic.IDictionary<String, IDictionary<String, Object>>

Siehe auch

Verweis

DropTableOperation Klasse

System.Data.Entity.Migrations.Model-Namespace