다음을 통해 공유


DacPackage.PostDeploymentScript 속성

Get stream used to read and write script executed after deploying schema contained in this package.

네임스페이스:  Microsoft.SqlServer.Dac
어셈블리:  Microsoft.SqlServer.Dac(Microsoft.SqlServer.Dac.dll)

구문

‘선언
Public ReadOnly Property PostDeploymentScript As Stream 
    Get
‘사용 방법
Dim instance As DacPackage 
Dim value As Stream 

value = instance.PostDeploymentScript
public Stream PostDeploymentScript { get; }
public:
property Stream^ PostDeploymentScript {
    Stream^ get ();
}
member PostDeploymentScript : Stream
function get PostDeploymentScript () : Stream

속성 값

유형: System.IO.Stream
Stream

참고 항목

참조

DacPackage 클래스

Microsoft.SqlServer.Dac 네임스페이스