MetadataResultOptions.AttributeGroups 属性

Gets or sets the type of AttributeGroup results to return.

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

语法

声明
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property AttributeGroups As ResultType
    Get
    Set
用法
Dim instance As MetadataResultOptions
Dim value As ResultType

value = instance.AttributeGroups

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

属性值

类型:Microsoft.MasterDataServices.ResultType
A new instance of type ResultType. Possible values are Details, Identifiers, or None.

请参阅

参考

MetadataResultOptions 类

Microsoft.MasterDataServices 命名空间