Sdílet prostřednictvím


ISqlExtendedPropertyHost.ExtendedProperties – vlastnost

Získá seznam rozšířené vlastnosti tohoto objektu.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlExtendedPropertyHost Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů