IModelRelationship.RelationshipClass Property
Gets the metadata class.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
ReadOnly Property RelationshipClass As RelationshipClass
'Usage
Dim instance As IModelRelationship
Dim value As RelationshipClass
value = instance.RelationshipClass
RelationshipClass RelationshipClass { get; }
property RelationshipClass^ RelationshipClass {
RelationshipClass^ get ();
}
function get RelationshipClass () : RelationshipClass
Property Value
Type: Microsoft.Data.Schema.SchemaModel.RelationshipClass
Returns a RelationshipClass.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.