다음을 통해 공유


DeployNew 메서드

Creates a new model from the supplied deployment package, with new IDs 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
A collection of identifiers of data batches in the staging area, if data is deployed.

주의

DeployNew throws ArgumentNullException if the package or modelName parameter is null Nothing nullptr unit null 참조(Visual Basic에서는 Nothing) .

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.