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