指定した型で宣言された構造プロパティを取得します。
名前空間: Microsoft.Data.Edm
アセンブリ: Microsoft.Data.Edm (Microsoft.Data.Edm.dll)
構文
'宣言
<ExtensionAttribute> _
Public Shared Function DeclaredStructuralProperties ( _
type As IEdmStructuredType _
) As IEnumerable(Of IEdmStructuralProperty)
'使用
Dim type As IEdmStructuredType
Dim returnValue As IEnumerable(Of IEdmStructuralProperty)
returnValue = type.DeclaredStructuralProperties()
public static IEnumerable<IEdmStructuralProperty> DeclaredStructuralProperties(
this IEdmStructuredType type
)
[ExtensionAttribute]
public:
static IEnumerable<IEdmStructuralProperty^>^ DeclaredStructuralProperties(
IEdmStructuredType^ type
)
static member DeclaredStructuralProperties :
type:IEdmStructuredType -> IEnumerable<IEdmStructuralProperty>
public static function DeclaredStructuralProperties(
type : IEdmStructuredType
) : IEnumerable<IEdmStructuralProperty>
パラメーター
- type
型: Microsoft.Data.Edm.IEdmStructuredType
構造化型。
戻り値
型: System.Collections.Generic.IEnumerable<IEdmStructuralProperty>
宣言された構造プロパティのコレクション。
使用に関するメモ
Visual Basic および C# では、このメソッドを型 IEdmStructuredType の任意のオブジェクトのインスタンス メソッドとして呼び出すことができます。このメソッドを呼び出すためにインスタンス メソッドの構文を使う場合は、最初のパラメーターを省略してください。詳細については、「https://msdn.microsoft.com/ja-jp/library/bb384936(v=vs.103)」または「https://msdn.microsoft.com/ja-jp/library/bb383977(v=vs.103)」を参照してください。