Метод 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