Partager via


ISql90UserDefinedType.Properties, propriété

Obtient la liste des propriétés CLR SQL pour ce type.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

ISql90UserDefinedType Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms