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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.