RelationshipClass.IsComposing Property
Gets whether the relationship is composing.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property IsComposing As Boolean
'Usage
Dim instance As RelationshipClass
Dim value As Boolean
value = instance.IsComposing
public bool IsComposing { get; }
public:
property bool IsComposing {
bool get ();
}
public function get IsComposing () : boolean
Property Value
Type: System.Boolean
Returns True if the relationship is composing; otherwise, False.
.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.