SqlSchemaModel.IsOwnedObjectType Method

Returns a value that indicates whether a type is a schema-bound object.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlSchemaModel Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace