Поделиться через


Метод ModelDeployer.DeployNew

Creates a new model from the supplied deployment package, with new identifiers and a new name.

Пространство имен:  Microsoft.MasterDataServices.Deployment
Сборка:  Microsoft.MasterDataServices.Deployment (в Microsoft.MasterDataServices.Deployment.dll)

Синтаксис

'Декларация
Public Function DeployNew ( _
    package As Package, _
    modelName As String, _
    <OutAttribute> ByRef newModelId As Identifier _
) As Warnings
'Применение
Dim instance As ModelDeployer 
Dim package As Package 
Dim modelName As String 
Dim newModelId As Identifier 
Dim returnValue As Warnings 

returnValue = instance.DeployNew(package, _
    modelName, newModelId)
public Warnings DeployNew(
    Package package,
    string modelName,
    out Identifier newModelId
)
public:
Warnings^ DeployNew(
    Package^ package, 
    String^ modelName, 
    [OutAttribute] Identifier^% newModelId
)
member DeployNew : 
        package:Package * 
        modelName:string * 
        newModelId:Identifier byref -> Warnings
public function DeployNew(
    package : Package, 
    modelName : String, 
    newModelId : Identifier
) : Warnings

Параметры

Возвращаемое значение

Тип: Microsoft.MasterDataServices.Deployment.Warnings
An instance of Warnings that contains the collections of objects to be treated as warnings.

Замечания

DeployNew throws ArgumentNullException if the package or modelName parameter is nullпустая ссылка (Nothing в Visual Basic).

DeployNew throws DeploymentException if an error occurred that was not service-related.

DeployNew throws DeploymentOperationException if errors were returned from a service call while rolling back after a failure.

DeployNew throws ServiceAdapterException if errors were returned from a service call.

См. также

Справочник

ModelDeployer Класс

Пространство имен Microsoft.MasterDataServices.Deployment