Compartilhar via


Propriedade SqlAnnotationDescriptor.AnnotationName

Obtém a anotação partes do nome.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Public ReadOnly Property AnnotationName As ReadOnlyCollection(Of String)
    Get
public ReadOnlyCollection<string> AnnotationName { get; }
public:
property ReadOnlyCollection<String^>^ AnnotationName {
    ReadOnlyCollection<String^>^ get ();
}
member AnnotationName : ReadOnlyCollection<string>
function get AnnotationName () : ReadOnlyCollection<String>

Valor de propriedade

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<String>

Segurança do .NET Framework

Consulte também

Referência

SqlAnnotationDescriptor Classe

Namespace Microsoft.Data.Schema.Sql.SchemaModel