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