Freigeben über


ModelRelationshipInstance.Item-Eigenschaft

Retrieves properties for this relationship instance.

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    property As ModelPropertyClass _
) As Object 
    Get
'Usage
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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

Eigenschaftswert

Typ: System.Object
Property value.

Siehe auch

Verweis

ModelRelationshipInstance Klasse

Microsoft.SqlServer.Dac.Model-Namespace