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