Поделиться через


SqlAnnotationDescriptor.AnnotationName Property

Gets the annotation name parts.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

SqlAnnotationDescriptor Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace