ModelTranslatorSplitToType.IncludeRelationship-Methode (ModelRelationshipClass, ModelRelationshipClass)

Namespace:  Microsoft.Data.Schema.SchemaModel.Translation
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Sub IncludeRelationship ( _
    from As ModelRelationshipClass, _
    to As ModelRelationshipClass _
)
public void IncludeRelationship(
    ModelRelationshipClass from,
    ModelRelationshipClass to
)
public:
void IncludeRelationship(
    ModelRelationshipClass^ from, 
    ModelRelationshipClass^ to
)
member IncludeRelationship : 
        from:ModelRelationshipClass * 
        to:ModelRelationshipClass -> unit 
public function IncludeRelationship(
    from : ModelRelationshipClass, 
    to : ModelRelationshipClass
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelTranslatorSplitToType Klasse

IncludeRelationship-Überladung

Microsoft.Data.Schema.SchemaModel.Translation-Namespace