Package.Serialize Method (String)

 

Serializes the package to the file system.

Namespace:   Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Syntax

public void Serialize(
    string packageFileName
)
public:
void Serialize(
    String^ packageFileName
)
member Serialize : 
        packageFileName:string -> unit
Public Sub Serialize (
    packageFileName As String
)

Parameters

  • packageFileName
    Type: System.String

    The full path and file name specifying where to save the package file.

Remarks

Serialize throws ArgumentNullException if packageFileName is null or empty.

Serialize throws DeploymentException if validation of the package fails.

See Also

Serialize Overload
Package Class
Microsoft.MasterDataServices.Deployment Namespace

Return to top