Returns true if the step's message will be the first batch when calling GenerateTSql()
命名空間: Microsoft.SqlServer.Dac.Deployment
組件: Microsoft.SqlServer.Dac.Extensions (在 Microsoft.SqlServer.Dac.Extensions.dll 中)
語法
'宣告
Public ReadOnly Property IsMessageInFirstBatch As Boolean
Get
'用途
Dim instance As DeploymentScriptDomStep
Dim value As Boolean
value = instance.IsMessageInFirstBatch
public bool IsMessageInFirstBatch { get; }
public:
property bool IsMessageInFirstBatch {
bool get ();
}
member IsMessageInFirstBatch : bool
function get IsMessageInFirstBatch () : boolean