다음을 통해 공유


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 네임스페이스