Propriété DeploymentScriptDomStep.IsMessageInFirstBatch
Returns true if the step's message will be the first batch when calling GenerateTSql()
Espace de noms : Microsoft.SqlServer.Dac.Deployment
Assembly : Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsMessageInFirstBatch As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean