SqlSchemaModel.IsOwnedChildObjectType Method

Returns whether the type is a SchemaBound child object.

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

Syntax

'Declaration
Public Function IsOwnedChildObjectType ( _
    type As Type _
) As Boolean
'Usage
Dim instance As SqlSchemaModel
Dim type As Type
Dim returnValue As Boolean

returnValue = instance.IsOwnedChildObjectType(type)
public bool IsOwnedChildObjectType(
    Type type
)
public:
bool IsOwnedChildObjectType(
    Type^ type
)
public function IsOwnedChildObjectType(
    type : Type
) : boolean
member IsOwnedChildObjectType : 
        type:Type -> bool 

Parameters

Return Value

Type: System.Boolean
Returns True if the type is a SchemaBound child object; otherwise, False.

.NET Framework Security

See Also

Reference

SqlSchemaModel Class

SqlSchemaModel Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace