SqlSchemaModel.IsOwnedChildObjectType Method
Returns a value that indicates whether a type is a schema-bound child object.
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
Parameters
- type
Type: System.Type
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.