Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Type of the relationship.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Property Type As RelationshipType
Get
Private Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Dac.Model.RelationshipType