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