共用方式為


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