다음을 통해 공유


Package.Serialize 메서드 (String)

Serializes the package to the file system.

네임스페이스:  Microsoft.MasterDataServices.Deployment
어셈블리:  Microsoft.MasterDataServices.Deployment(Microsoft.MasterDataServices.Deployment.dll)

구문

‘선언
Public Sub Serialize ( _
    packageFileName As String _
)
‘사용 방법
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
)

매개 변수

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

주의

Serialize throws ArgumentNullException if packageFileName is nullnull 참조(Visual Basic에서는 Nothing) or empty.

Serialize throws DeploymentException if validation of the package fails.

참고 항목

참조

Package 클래스

Serialize 오버로드

Microsoft.MasterDataServices.Deployment 네임스페이스