Свойство DeploymentScriptDomStep.IsMessageInFirstBatch

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

Значение свойства

Тип: System.Boolean

См. также

Справочник

DeploymentScriptDomStep Класс

Пространство имен Microsoft.SqlServer.Dac.Deployment