種類が 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
パラメータ
- type
型 : System.Type
オブジェクトの種類
戻り値
型 : System.Boolean
種類が SchemaBound 子オブジェクトの場合は True を返します。それ以外の場合は False を返します。