EdmStructuredType.AddStructuralProperty メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AddStructuralProperty(String, EdmPrimitiveTypeKind) |
Null 許容の構造型プロパティを作成し、この型に追加します。 |
AddStructuralProperty(String, IEdmTypeReference) |
構造型プロパティを作成し、この型に追加します。 |
AddStructuralProperty(String, EdmPrimitiveTypeKind, Boolean) |
Null 許容の構造型プロパティを作成し、この型に追加します。 |
AddStructuralProperty(String, IEdmTypeReference, String) |
構造型プロパティを作成し、この型に追加します。 |
AddStructuralProperty(String, EdmPrimitiveTypeKind)
Null 許容の構造型プロパティを作成し、この型に追加します。
public Microsoft.OData.Edm.EdmStructuralProperty AddStructuralProperty (string name, Microsoft.OData.Edm.EdmPrimitiveTypeKind type);
member this.AddStructuralProperty : string * Microsoft.OData.Edm.EdmPrimitiveTypeKind -> Microsoft.OData.Edm.EdmStructuralProperty
Public Function AddStructuralProperty (name As String, type As EdmPrimitiveTypeKind) As EdmStructuralProperty
パラメーター
- name
- String
プロパティ名。
- type
- EdmPrimitiveTypeKind
プロパティの型。
戻り値
作成された構造型プロパティ。
適用対象
AddStructuralProperty(String, IEdmTypeReference)
構造型プロパティを作成し、この型に追加します。
public Microsoft.OData.Edm.EdmStructuralProperty AddStructuralProperty (string name, Microsoft.OData.Edm.IEdmTypeReference type);
member this.AddStructuralProperty : string * Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.Edm.EdmStructuralProperty
Public Function AddStructuralProperty (name As String, type As IEdmTypeReference) As EdmStructuralProperty
パラメーター
- name
- String
プロパティ名。
- type
- IEdmTypeReference
プロパティの型。
戻り値
作成された構造型プロパティ。
適用対象
AddStructuralProperty(String, EdmPrimitiveTypeKind, Boolean)
Null 許容の構造型プロパティを作成し、この型に追加します。
public Microsoft.OData.Edm.EdmStructuralProperty AddStructuralProperty (string name, Microsoft.OData.Edm.EdmPrimitiveTypeKind type, bool isNullable);
member this.AddStructuralProperty : string * Microsoft.OData.Edm.EdmPrimitiveTypeKind * bool -> Microsoft.OData.Edm.EdmStructuralProperty
Public Function AddStructuralProperty (name As String, type As EdmPrimitiveTypeKind, isNullable As Boolean) As EdmStructuralProperty
パラメーター
- name
- String
プロパティ名。
- type
- EdmPrimitiveTypeKind
プロパティの型。
- isNullable
- Boolean
このプロパティが Null 許容かどうかを指定するフラグ。
戻り値
作成された構造型プロパティ。
適用対象
AddStructuralProperty(String, IEdmTypeReference, String)
構造型プロパティを作成し、この型に追加します。
public Microsoft.OData.Edm.EdmStructuralProperty AddStructuralProperty (string name, Microsoft.OData.Edm.IEdmTypeReference type, string defaultValue);
member this.AddStructuralProperty : string * Microsoft.OData.Edm.IEdmTypeReference * string -> Microsoft.OData.Edm.EdmStructuralProperty
Public Function AddStructuralProperty (name As String, type As IEdmTypeReference, defaultValue As String) As EdmStructuralProperty
パラメーター
- name
- String
プロパティ名。
- type
- IEdmTypeReference
プロパティの型。
- defaultValue
- String
このプロパティの既定値。
戻り値
作成された構造型プロパティ。