Dela via


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

See Also

Reference

RelationshipClass Class

RelationshipClass Members

Microsoft.Data.Schema.SchemaModel Namespace