StagingBatchError.AttributeId 属性
Gets or sets the ID of the attribute that is being updated.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property AttributeId As Identifier
Get
Set
用法
Dim instance As StagingBatchError
Dim value As Identifier
value = instance.AttributeId
instance.AttributeId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier AttributeId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Identifier^ AttributeId {
Identifier^ get ();
void set (Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member AttributeId : Identifier with get, set
function get AttributeId () : Identifier
function set AttributeId (value : Identifier)
属性值
类型:Microsoft.MasterDataServices.Identifier
A new instance of type Identifier.
注释
StagingBatchError is only applicable to attribute value updates.