Proprietà ISql90UserDefinedType.Properties

Ottiene l'elenco di proprietà CLR SQL per questo tipo.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

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

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90UserDefinedType Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel