VCConfiguration.SqlDeploySource 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置或获取部署 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
属性值
TRUE 表示将使用 SQL 程序集部署源。 FALSE (默认值) 指示不包含源。
- 属性