Partager via


ISqlExtendedPropertyHost.ExtendedProperties, propriété

Obtient la liste des propriétés étendues pour cet objet.

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

Syntaxe

'Déclaration
ReadOnly Property ExtendedProperties As IList(Of ISqlExtendedProperty)
    Get
IList<ISqlExtendedProperty> ExtendedProperties { get; }
property IList<ISqlExtendedProperty^>^ ExtendedProperties {
    IList<ISqlExtendedProperty^>^ get ();
}
abstract ExtendedProperties : IList<ISqlExtendedProperty>
function get ExtendedProperties () : IList<ISqlExtendedProperty>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

ISqlExtendedPropertyHost Interface

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