Condividi tramite


Metodo DataSchemaModel.IsElementFromCompositeReference

Indica se l'elemento proviene da un altro modello schema aggiunto al modello corrente.

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

Sintassi

'Dichiarazione
Public Shared Function IsElementFromCompositeReference ( _
    element As IModelElement _
) As Boolean
public static bool IsElementFromCompositeReference(
    IModelElement element
)
public:
static bool IsElementFromCompositeReference(
    IModelElement^ element
)
static member IsElementFromCompositeReference : 
        element:IModelElement -> bool 
public static function IsElementFromCompositeReference(
    element : IModelElement
) : boolean

Parametri

Valore restituito

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataSchemaModel Classe

Spazio dei nomi Microsoft.Data.Schema.SchemaModel