Package.Serialize-Methode (String)

Serializes the package to the file system.

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

Syntax

'Declaration
Public Sub Serialize ( _
    packageFileName As String _
)
'Usage
Dim instance As Package 
Dim packageFileName As String

instance.Serialize(packageFileName)
public void Serialize(
    string packageFileName
)
public:
void Serialize(
    String^ packageFileName
)
member Serialize : 
        packageFileName:string -> unit
public function Serialize(
    packageFileName : String
)

Parameter

  • packageFileName
    Typ: System.String
    The full path and file name specifying where to save the package file.

Hinweise

Serialize throws ArgumentNullException if packageFileName is nullein NULL-Verweis (Nothing in Visual Basic) or empty.

Serialize throws DeploymentException if validation of the package fails.

Siehe auch

Verweis

Package Klasse

Serialize-Überladung

Microsoft.MasterDataServices.Deployment-Namespace