ModelRelationshipClass.Type-Eigenschaft
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.Dac.Model.RelationshipType