Share via


DeploymentScriptDomStep.IsMessageInFirstBatch Property

Returns true if the step's message will be the first batch when calling GenerateTSql()

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public ReadOnly Property IsMessageInFirstBatch As Boolean 
    Get
'Usage
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

Property Value

Type: System.Boolean

See Also

Reference

DeploymentScriptDomStep Class

Microsoft.SqlServer.Dac.Deployment Namespace