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