言語

MetadataResultOptions クラス

定義

返すメタデータ取得操作の結果を指定します。

public ref class MetadataResultOptions : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="MetadataResultOptions", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MetadataResultOptions : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="MetadataResultOptions", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MetadataResultOptions = class
    inherit DataContractBase
Public Class MetadataResultOptions
Inherits DataContractBase
継承
MetadataResultOptions
属性

コンストラクター

名前 説明
MetadataResultOptions()

MetadataResultOptions クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
AttributeGroups

返す AttributeGroup 結果の種類を取得するか設定します。

Attributes

返す Attribute 結果の種類を取得するか設定します。

DerivedHierarchies

返す DerivedHierarchy 結果の種類を取得するか設定します。

DerivedHierarchyLevels

返す DerivedHierarchyLevel 結果の種類を取得するか設定します。

Entities

返す Entity 結果の種類を取得するか設定します。

ExplicitHierarchies

返す ExplicitHierarchy 結果の種類を取得するか設定します。

ExtensionData

追加のデータを含む構造体を取得または設定します。

(継承元 DataContractBase)
MemberTypes

返す MemberType 結果の種類を取得するか設定します。

Models

返す Model 結果の種類を取得するか設定します。

VersionFlags

返す VersionFlag 結果の種類を取得するか設定します。

Versions

返す Version 結果の種類を取得するか設定します。

適用対象