Dela via


ModelElementOwnerInfo.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 ModelElementOwnerInfo 
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

ModelElementOwnerInfo Class

ModelElementOwnerInfo Members

Microsoft.Data.Schema.SchemaModel Namespace