RelationshipType 属性

Gets or sets the relationship type of the member that is represented by Parent.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property RelationshipType As Nullable(Of RelationshipType)
    Get
    Set
用法
Dim instance As Parent
Dim value As Nullable(Of RelationshipType)

value = instance.RelationshipType

instance.RelationshipType = value
[DataMemberAttribute]
public Nullable<RelationshipType> RelationshipType { get; set; }
[DataMemberAttribute]
public:
property Nullable<RelationshipType> RelationshipType {
    Nullable<RelationshipType> get ();
    void set (Nullable<RelationshipType> value);
}
[<DataMemberAttribute>]
member RelationshipType : Nullable<RelationshipType> with get, set
function get RelationshipType () : Nullable<RelationshipType>
function set RelationshipType (value : Nullable<RelationshipType>)

属性值

类型:System. . :: . .Nullable< (Of < ( <'RelationshipType> ) > ) >
One of the values of RelationshipType. Possible values are Parent, Sibling, or All.

注释

The relationship can be a sibling relationship as well as a parent relationship when Parent is used in a create or update operation.