次の方法で共有


SqlSchemaModel.IsOwnedObjectType メソッド

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

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

構文

'宣言
Public Shared Function IsOwnedObjectType ( _
    type As Type _
) As Boolean
'使用
Dim type As Type
Dim returnValue As Boolean

returnValue = SqlSchemaModel.IsOwnedObjectType(type)
public static bool IsOwnedObjectType(
    Type type
)
public:
static bool IsOwnedObjectType(
    Type^ type
)
public static function IsOwnedObjectType(
    type : Type
) : boolean

パラメータ

戻り値

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

参照

参照

SqlSchemaModel クラス

SqlSchemaModel メンバ

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