Share via


ISql90UserDefinedType.Properties Property

Gets a list of properties.

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

Syntax

'Declaration
ReadOnly Property Properties As IList(Of ISql90ClrProperty)
    Get
'Usage
Dim instance As ISql90UserDefinedType
Dim value As IList(Of ISql90ClrProperty)

value = instance.Properties
IList<ISql90ClrProperty> Properties { get; }
property IList<ISql90ClrProperty^>^ Properties {
    IList<ISql90ClrProperty^>^ get ();
}
function get Properties () : IList<ISql90ClrProperty>
abstract Properties : IList<ISql90ClrProperty>

Property Value

Type: System.Collections.Generic.IList<ISql90ClrProperty>
Returns a list of ISql90ClrProperty instances.

.NET Framework Security

See Also

Reference

ISql90UserDefinedType Interface

ISql90UserDefinedType Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace