Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Changes an attribute.
Пространство имен: Microsoft.MasterDataServices.Services
Сборка: Microsoft.MasterDataServices.Services (в Microsoft.MasterDataServices.Services.dll)
Синтаксис
'Декларация
Public Function AttributeChange ( _
request As AttributeChangeRequest _
) As AttributeChangeResponse
'Применение
Dim instance As Service
Dim request As AttributeChangeRequest
Dim returnValue As AttributeChangeResponse
returnValue = instance.AttributeChange(request)
public AttributeChangeResponse AttributeChange(
AttributeChangeRequest request
)
public:
virtual AttributeChangeResponse^ AttributeChange(
AttributeChangeRequest^ request
) sealed
abstract AttributeChange :
request:AttributeChangeRequest -> AttributeChangeResponse
override AttributeChange :
request:AttributeChangeRequest -> AttributeChangeResponse
public final function AttributeChange(
request : AttributeChangeRequest
) : AttributeChangeResponse
Параметры
- request
Тип: Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeRequest
The change request.
Возвращаемое значение
Тип: Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeResponse
The response to the change operation.
Реализует
IService.AttributeChange(AttributeChangeRequest)