MetadataResultOptions 클래스
Specifies the results of a metadata get operation to return.
상속 계층
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.MetadataResultOptions
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
<DataContractAttribute(Name := "MetadataResultOptions", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class MetadataResultOptions _
Inherits DataContractBase
‘사용 방법
Dim instance As MetadataResultOptions
[DataContractAttribute(Name = "MetadataResultOptions", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MetadataResultOptions : DataContractBase
[DataContractAttribute(Name = L"MetadataResultOptions", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class MetadataResultOptions : public DataContractBase
[<DataContractAttribute(Name = "MetadataResultOptions", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MetadataResultOptions =
class
inherit DataContractBase
end
public class MetadataResultOptions extends DataContractBase
MetadataResultOptions 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
MetadataResultOptions | Initializes a new instance of the MetadataResultOptions class. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
AttributeGroups | Gets or sets the type of AttributeGroup results to return. | |
Attributes | Gets or sets the type of Attribute results to return. | |
DerivedHierarchies | Gets or sets the type of DerivedHierarchy results to return. | |
DerivedHierarchyLevels | Gets or sets the type of DerivedHierarchyLevel results to return. | |
Entities | Gets or sets the type of Entity results to return. | |
ExplicitHierarchies | Gets or sets the type of ExplicitHierarchy results to return. | |
ExtensionData | Gets or sets the structure that contains extra data. (DataContractBase에서 상속됨) | |
MemberTypes | Gets or sets the type of MemberType results to return. | |
Models | Gets or sets the type of Model results to return. | |
VersionFlags | Gets or sets the type of VersionFlag results to return. | |
Versions | Gets or sets the type of Version results to return. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Equals | (Object에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
MemberwiseClone | (Object에서 상속됨) | |
ToString | (Object에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.