SqlAnnotationDescriptor.Properties Property
Gets a collection of properties.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property Properties As ReadOnlyCollection(Of Tuple(Of String, Object))
Get
'Usage
Dim instance As SqlAnnotationDescriptor
Dim value As ReadOnlyCollection(Of Tuple(Of String, Object))
value = instance.Properties
public ReadOnlyCollection<Tuple<string, Object>> Properties { get; }
public:
property ReadOnlyCollection<Tuple<String^, Object^>>^ Properties {
ReadOnlyCollection<Tuple<String^, Object^>>^ get ();
}
function get Properties () : ReadOnlyCollection<Tuple<String, Object>>
member 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
- 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.