다음을 통해 공유


DeploymentStep.GenerateTSQL 메서드

Returns a list of strings that represent a set of TSQL script batches to be applied during deployment.

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

구문

‘선언
Public MustOverride Function GenerateTSQL As IList(Of String)
‘사용 방법
Dim instance As DeploymentStep 
Dim returnValue As IList(Of String)

returnValue = instance.GenerateTSQL()
public abstract IList<string> GenerateTSQL()
public:
virtual IList<String^>^ GenerateTSQL() abstract
abstract GenerateTSQL : unit -> IList<string> 
public abstract function GenerateTSQL() : IList<String>

반환 값

유형: System.Collections.Generic.IList<String>
A list of strings that represent a set of TSQL script batches to be applied during deployment.

참고 항목

참조

DeploymentStep 클래스

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