Compartilhar via


Propriedade do RDL DeploymentScriptDomStep.IsMessageInFirstBatch

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 (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
Public ReadOnly Property IsMessageInFirstBatch As Boolean 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Boolean

Consulte também

Referência

DeploymentScriptDomStep Classe

Namespace Microsoft.SqlServer.Dac.Deployment