Share via


ISql90UserDefinedType.Properties Property

Gets the list of SQL Server common language runtime (CLR) integrationproperties for this type.

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

Syntax

'Declaration
ReadOnly Property Properties As IList(Of ISql90ClrProperty)
IList<ISql90ClrProperty> Properties { get; }
property IList<ISql90ClrProperty^>^ Properties {
    IList<ISql90ClrProperty^>^ get ();
}
abstract Properties : IList<ISql90ClrProperty>
function get Properties () : IList<ISql90ClrProperty>

Property Value

Type: System.Collections.Generic.IList<ISql90ClrProperty>

.NET Framework Security

See Also

Reference

ISql90UserDefinedType Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace