EdmStructuralProperty クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.Data.Edm.Library
アセンブリ: Microsoft.Data.Edm (Microsoft.Data.Edm.dll)
構文
'宣言
Public Sub New ( _
declaringType As IEdmStructuredType, _
name As String, _
type As IEdmTypeReference _
)
'使用
Dim declaringType As IEdmStructuredType
Dim name As String
Dim type As IEdmTypeReference
Dim instance As New EdmStructuralProperty(declaringType, _
name, type)
public EdmStructuralProperty(
IEdmStructuredType declaringType,
string name,
IEdmTypeReference type
)
public:
EdmStructuralProperty(
IEdmStructuredType^ declaringType,
String^ name,
IEdmTypeReference^ type
)
new :
declaringType:IEdmStructuredType *
name:string *
type:IEdmTypeReference -> EdmStructuralProperty
public function EdmStructuralProperty(
declaringType : IEdmStructuredType,
name : String,
type : IEdmTypeReference
)
パラメーター
- declaringType
型: Microsoft.Data.Edm.IEdmStructuredType
このプロパティを宣言する型。
- name
型: System.String
プロパティ名。
- type
型: Microsoft.Data.Edm.IEdmTypeReference
プロパティの型。