ModelRelationshipClass.Type 属性

Type of the relationship.

命名空间:  Microsoft.SqlServer.Dac.Model
程序集:  Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)

语法

声明
Public Property Type As RelationshipType 
    Get 
    Private Set
用法
Dim instance As ModelRelationshipClass 
Dim value As RelationshipType 

value = instance.Type
public RelationshipType Type { get; private set; }
public:
property RelationshipType Type {
    RelationshipType get ();
    private: void set (RelationshipType value);
}
member Type : RelationshipType with get, private set
function get Type () : RelationshipType 
private function set Type (value : RelationshipType)

属性值

类型:Microsoft.SqlServer.Dac.Model.RelationshipType

请参阅

参考

ModelRelationshipClass 类

Microsoft.SqlServer.Dac.Model 命名空间