Compartir a través de


SqlAnnotationDescriptor.AnnotationName (Propiedad)

Obtiene las partes del nombre de la anotación.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

SqlAnnotationDescriptor Clase

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)