共用方式為


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 命名空間