Condividi tramite


Proprietà ModelElementOwnerInfo.IsComposing

Ottiene un valore che indica se la relazione è composta.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsComposing As Boolean
    Get
public bool IsComposing { get; }
public:
property bool IsComposing {
    bool get ();
}
member IsComposing : bool
function get IsComposing () : boolean

Valore proprietà

Tipo: System.Boolean
Restituisce True se la relazione è composta; in caso contrario, False.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelElementOwnerInfo Classe

Spazio dei nomi Microsoft.Data.Schema.SchemaModel