次の方法で共有


SqlSchemaModel.IsOwnedChildObjectType メソッド

種類が SchemaBound 子オブジェクトかどうかを返します。

名前空間 :  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ :  Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)

構文

'宣言
Public Function IsOwnedChildObjectType ( _
    type As Type _
) As Boolean
'使用
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

パラメータ

戻り値

型 : System.Boolean
種類が SchemaBound 子オブジェクトの場合は True を返します。それ以外の場合は False を返します。

参照

参照

SqlSchemaModel クラス

SqlSchemaModel メンバ

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer 名前空間