ModelStore.CreateExternalElement メソッド (Type)
外部要素を作成します。
名前空間 : Microsoft.Data.Schema.SchemaModel
アセンブリ : Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Protected Friend Function CreateExternalElement ( _
elementType As Type _
) As IModelElement
'使用
Dim elementType As Type
Dim returnValue As IModelElement
returnValue = Me.CreateExternalElement(elementType)
protected internal IModelElement CreateExternalElement(
Type elementType
)
protected public:
IModelElement^ CreateExternalElement(
Type^ elementType
)
protected internal function CreateExternalElement(
elementType : Type
) : IModelElement
パラメータ
- elementType
型 : System.Type
要素を定義するために使用する型 (インスタンス化できるインターフェイスのいずれか)。
戻り値
型 : Microsoft.Data.Schema.SchemaModel.IModelElement