다음을 통해 공유


DeploymentStep.GenerateBatchScript 메서드

Returns a helper that writes the set of batch scripts to the provided writer.

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

구문

‘선언
Public Sub GenerateBatchScript ( _
    tw As TextWriter _
)
‘사용 방법
Dim instance As DeploymentStep 
Dim tw As TextWriter

instance.GenerateBatchScript(tw)
public void GenerateBatchScript(
    TextWriter tw
)
public:
void GenerateBatchScript(
    TextWriter^ tw
)
member GenerateBatchScript : 
        tw:TextWriter -> unit
public function GenerateBatchScript(
    tw : TextWriter
)

매개 변수

참고 항목

참조

DeploymentStep 클래스

Microsoft.SqlServer.Dac.Deployment 네임스페이스