ModelRelationshipClass.Properties 属性

Properties for the relationship.

命名空间:  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 ModelRelationshipClass 
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>

请参阅

参考

ModelRelationshipClass 类

Microsoft.SqlServer.Dac.Model 命名空间