次の方法で共有


ModelRelationshipInstance.Item プロパティ

このリレーションシップ インスタンスのプロパティを取得します。

名前空間:  Microsoft.SqlServer.Dac.Model
アセンブリ:  Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)

構文

'宣言
Public ReadOnly Default Property Item ( _
    property As ModelPropertyClass _
) As Object 
    Get
'使用
Dim instance As ModelRelationshipInstance 
Dim property As ModelPropertyClass 
Dim value As Object 

value = instance(property)
public Object this[
    ModelPropertyClass property
] { get; }
public:
property Object^ default[ModelPropertyClass^ property] {
    Object^ get (ModelPropertyClass^ property);
}
member Item : Object
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

プロパティ値

型: System.Object
プロパティ値。

関連項目

参照

ModelRelationshipInstance クラス

Microsoft.SqlServer.Dac.Model 名前空間