次の方法で共有


EdmTypeSemantics.AsRow メソッド

この参照が行型の場合、型定義への有効な行型参照を返します。 それ以外の場合、無効な行型参照を返します。

名前空間:  Microsoft.Data.Edm
アセンブリ:  Microsoft.Data.Edm (Microsoft.Data.Edm.dll)

構文

'宣言
<ExtensionAttribute> _
Public Shared Function AsRow ( _
    type As IEdmTypeReference _
) As IEdmRowTypeReference
'使用
Dim type As IEdmTypeReference
Dim returnValue As IEdmRowTypeReference

returnValue = type.AsRow()
public static IEdmRowTypeReference AsRow(
    this IEdmTypeReference type
)
[ExtensionAttribute]
public:
static IEdmRowTypeReference^ AsRow(
    IEdmTypeReference^ type
)
static member AsRow : 
        type:IEdmTypeReference -> IEdmRowTypeReference 
public static function AsRow(
    type : IEdmTypeReference
) : IEdmRowTypeReference

パラメーター

戻り値

型: Microsoft.Data.Edm.IEdmRowTypeReference
参照の定義が行型である場合は、有効な行型参照。それ以外の場合は、無効な行型参照。

使用に関するメモ

Visual Basic および C# では、このメソッドを型 IEdmTypeReference の任意のオブジェクトのインスタンス メソッドとして呼び出すことができます。このメソッドを呼び出すためにインスタンス メソッドの構文を使う場合は、最初のパラメーターを省略してください。詳細については、「https://msdn.microsoft.com/ja-jp/library/bb384936(v=vs.103)」または「https://msdn.microsoft.com/ja-jp/library/bb383977(v=vs.103)」を参照してください。

関連項目

参照

EdmTypeSemantics クラス

Microsoft.Data.Edm 名前空間