Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Specifies the new attribute muid.
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<MessageBodyMemberAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
Order := )> _
Public NewAttributeMuid As Guid
'Применение
Dim instance As AttributeChangeResponse
Dim value As Guid
value = instance.NewAttributeMuid
instance.NewAttributeMuid = value
[MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
Order = )]
public Guid NewAttributeMuid
[MessageBodyMemberAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
Order = )]
public:
Guid NewAttributeMuid
[<MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
Order = )>]
val mutable NewAttributeMuid: Guid
public var NewAttributeMuid : Guid