此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets the GUID for the new attribute.
命名空间: Microsoft.MasterDataServices.Services.MessageContracts
程序集: Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)
语法
声明
<MessageBodyMemberAttribute> _
Public Property NewAttributeMuid As Guid
Get
Set
用法
Dim instance As AttributeChangeResponse
Dim value As Guid
value = instance.NewAttributeMuid
instance.NewAttributeMuid = value
[MessageBodyMemberAttribute]
public Guid NewAttributeMuid { get; set; }
[MessageBodyMemberAttribute]
public:
property Guid NewAttributeMuid {
Guid get ();
void set (Guid value);
}
[<MessageBodyMemberAttribute>]
member NewAttributeMuid : Guid with get, set
function get NewAttributeMuid () : Guid
function set NewAttributeMuid (value : Guid)
属性值
类型:System.Guid
The GUID for the new attribute.