EntityMemberAnnotationsGetResponse 類別
Holds the details of the response.
繼承階層
System.Object
Microsoft.MasterDataServices.EntityMemberAnnotationsGetResponse
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)
語法
'宣告
<MessageContractAttribute(WrapperName := "EntityMemberAnnotationsGetResponse", _
WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class EntityMemberAnnotationsGetResponse
'用途
Dim instance As EntityMemberAnnotationsGetResponse
[MessageContractAttribute(WrapperName = "EntityMemberAnnotationsGetResponse",
WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class EntityMemberAnnotationsGetResponse
[MessageContractAttribute(WrapperName = L"EntityMemberAnnotationsGetResponse",
WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class EntityMemberAnnotationsGetResponse
[<MessageContractAttribute(WrapperName = "EntityMemberAnnotationsGetResponse",
WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type EntityMemberAnnotationsGetResponse = class end
public class EntityMemberAnnotationsGetResponse
EntityMemberAnnotationsGetResponse 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
EntityMemberAnnotationsGetResponse() | Initializes a new instance of the EntityMemberAnnotationsGetResponse class that has default values. | |
EntityMemberAnnotationsGetResponse(Collection<Annotation>, Identifier, MemberIdentifier, Identifier, OperationResult, Identifier) | Initializes a new instance of the EntityMemberAnnotationsGetResponse class that has the specified annotations, entity, member, model, and version ID, and operation result. |
上層
方法
名稱 | 說明 | |
---|---|---|
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
MemberwiseClone | (繼承自 Object。) | |
ToString | (繼承自 Object。) |
上層
欄位
名稱 | 說明 | |
---|---|---|
Annotations | The array of annotations to create. | |
EntityId | The globally unique identifier (GUID) or the exact name of the entity. | |
MemberId | The identifier of the member. | |
ModelId | The GUID or the exact name of the model. | |
OperationResult | The operation result, including a unique ID for tracking and logging. | |
VersionId | The GUID or the exact name of the model version. |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。