IExtendedPropertyHost.ExtendedProperties プロパティ
拡張プロパティの一覧を取得します。
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
ReadOnly Property ExtendedProperties As IList(Of ISqlExtendedProperty)
'使用
Dim instance As IExtendedPropertyHost
Dim value As IList(Of ISqlExtendedProperty)
value = instance.ExtendedProperties
IList<ISqlExtendedProperty> ExtendedProperties { get; }
property IList<ISqlExtendedProperty^>^ ExtendedProperties {
IList<ISqlExtendedProperty^>^ get ();
}
function get ExtendedProperties () : IList<ISqlExtendedProperty>
プロパティ値
型 : System.Collections.Generic.IList<ISqlExtendedProperty>