次の方法で共有


ModelTypeClass.Properties プロパティ

型のプロパティ。

名前空間:  Microsoft.SqlServer.Dac.Model
アセンブリ:  Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)

構文

'宣言
Public ReadOnly Property Properties As ICollection(Of ModelPropertyClass)
    Get
'使用
Dim instance As ModelTypeClass 
Dim value As ICollection(Of ModelPropertyClass)

value = instance.Properties
public ICollection<ModelPropertyClass> Properties { get; }
public:
property ICollection<ModelPropertyClass^>^ Properties {
    ICollection<ModelPropertyClass^>^ get ();
}
member Properties : ICollection<ModelPropertyClass>
function get Properties () : ICollection<ModelPropertyClass>

プロパティ値

型: System.Collections.Generic.ICollection<ModelPropertyClass>

関連項目

参照

ModelTypeClass クラス

Microsoft.SqlServer.Dac.Model 名前空間