共用方式為


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