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
- type
Type: System.Type
The object type
Return Value
Type: System.Boolean
Returns True if the type is a SchemaBound child object; otherwise, False.
.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.