DeploymentContributor.Canceled 属性

Gets a value that indicates whether the contributor was canceled.

命名空间:  Microsoft.SqlServer.Dac.Deployment
程序集:  Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)

语法

声明
Protected ReadOnly Property Canceled As Boolean 
    Get
用法
Dim value As Boolean 

value = Me.Canceled
protected bool Canceled { get; }
protected:
property bool Canceled {
    bool get ();
}
member Canceled : bool
function get Canceled () : boolean

属性值

类型:System.Boolean
true if the contributor was canceled; otherwise, false.

请参阅

参考

DeploymentContributor 类

Microsoft.SqlServer.Dac.Deployment 命名空间