VCConfiguration.SqlDeploySource 属性

定义

设置或获取部署 SQL 程序集时是否包含源文件。

public:
 property bool SqlDeploySource { bool get(); void set(bool value); };
public:
 property bool SqlDeploySource { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(764)]
public bool SqlDeploySource { [System.Runtime.InteropServices.DispId(764)] get; [System.Runtime.InteropServices.DispId(764)] set; }
[<System.Runtime.InteropServices.DispId(764)>]
[<get: System.Runtime.InteropServices.DispId(764)>]
[<set: System.Runtime.InteropServices.DispId(764)>]
member this.SqlDeploySource : bool with get, set
Public Property SqlDeploySource As Boolean

属性值

Boolean

TRUE 表示将使用 SQL 程序集部署源。 FALSE (默认值) 指示不包含源。

属性

适用于