Share via


ISql90UserDefinedType.Properties Property

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)
'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>

Property Value

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

.NET Framework Security

See Also

Reference

ISql90UserDefinedType Interface

ISql90UserDefinedType Members

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