Share via


SqlAnnotationDescriptor.Properties Property

Get the properties of the descriptor.

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

Syntax

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

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<Tuple<String, Object>>

Remarks

The first value of the tuple is the property name; the second value is the property value.

.NET Framework Security

See Also

Reference

SqlAnnotationDescriptor Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace