Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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