DMQueryTask.QueryBuilderSpecification 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置有关会话之间 MicrosoftSQL ServerIntegration Services UI 状态的信息,以便编辑会话可以从上一个会话完成的位置开始。
public:
property System::String ^ QueryBuilderSpecification { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public string QueryBuilderSpecification { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.QueryBuilderSpecification : string with get, set
Public Property QueryBuilderSpecification As String
属性值
有关会话之间的 MicrosoftSQL ServerIntegration Services UI 状态的信息,以便编辑会话可以从上一个会话完成的位置开始。
实现
- 属性