DMQueryTask.QueryBuilderSpecification Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the information about the state of the MicrosoftSQL ServerIntegration Services UI between sessions so that editing sessions can start from where a previous session finished.
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
Property Value
The information about the state of the MicrosoftSQL ServerIntegration Services UI between sessions so that editing sessions can start from where a previous session finished.
Implements
- Attributes