HierarchyMembersGetCriteria 클래스
Represents criteria for getting hierarchy members.
상속 계층
System. . :: . .Object
Microsoft.MasterDataServices..::..HierarchyMembersGetCriteria
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
<DataContractAttribute(Name := "HierarchyMembersGetCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class HierarchyMembersGetCriteria _
Implements IExtensibleDataObject
‘사용 방법
Dim instance As HierarchyMembersGetCriteria
[DataContractAttribute(Name = "HierarchyMembersGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class HierarchyMembersGetCriteria : IExtensibleDataObject
[DataContractAttribute(Name = L"HierarchyMembersGetCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class HierarchyMembersGetCriteria : IExtensibleDataObject
[<DataContractAttribute(Name = "HierarchyMembersGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type HierarchyMembersGetCriteria =
class
interface IExtensibleDataObject
end
public class HierarchyMembersGetCriteria implements IExtensibleDataObject
HierarchyMembersGetCriteria 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
![]() |
HierarchyMembersGetCriteria | Initializes a new instance of the HierarchyMembersGetCriteria class. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
![]() |
Ancestors | Gets or sets a value indicating whether the ancestors of the supplied member code will be retrieved. |
![]() |
ExtensionData | Gets or sets an object that contains extra data. |
![]() |
HierarchyId | Gets or sets hierarchy that is being looked up. |
![]() |
HierarchyType | Gets or sets the type of the hierarchy that is being queried. |
![]() |
ModelId | Gets or sets the model of the hierarchy that is being queried. |
![]() |
ParentEntityId | Gets or sets the parent entity of whose members are being retrieved. |
![]() |
ParentMember | Gets or sets the member code for which the children are being retrieved. |
![]() |
RowLimit | Gets or sets the number of rows retrieved by this operation. |
![]() |
SearchTerm | Gets or sets the criteria by which to search the hierarchy. |
![]() |
UserId | Gets or sets the user for whom the members are being retrieved. |
![]() |
VersionId | Gets or sets the version of the data being queried. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
![]() |
Equals | (Object에서 상속됨) |
![]() |
Finalize | (Object에서 상속됨) |
![]() |
GetHashCode | (Object에서 상속됨) |
![]() |
GetType | (Object에서 상속됨) |
![]() |
MemberwiseClone | (Object에서 상속됨) |
![]() |
ToString | (Object에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.