Freigeben über


SqlSchemaModel.IsOwnedChildObjectType-Methode

Gibt einen Wert zurück, der angibt, ob es sich bei einem Typ um ein schemagebundenes untergeordnetes Objekt handelt.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Function IsOwnedChildObjectType ( _
    type As Type _
) As Boolean
public bool IsOwnedChildObjectType(
    Type type
)
public:
bool IsOwnedChildObjectType(
    Type^ type
)
member IsOwnedChildObjectType : 
        type:Type -> bool 
public function IsOwnedChildObjectType(
    type : Type
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlSchemaModel Klasse

Microsoft.Data.Schema.Sql.SchemaModel-Namespace