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 命名空间