다음을 통해 공유


DacPackage.PreDeploymentScript 속성

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

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

구문

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

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

속성 값

유형: System.IO.Stream
Stream

참고 항목

참조

DacPackage 클래스

Microsoft.SqlServer.Dac 네임스페이스