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