다음을 통해 공유


DeploymentStepInternal.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 Overrides Function GenerateTSQL As IList(Of String)
‘사용 방법
Dim instance As DeploymentStepInternal 
Dim returnValue As IList(Of String)

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

반환 값

유형: System.Collections.Generic.IList<String>

참고 항목

참조

DeploymentStepInternal 클래스

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