Compartir a través de


IDMQueryTask.QueryBuilderSpecification Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the information about the state of the Microsoft SQL Server Integration Services UI between sessions so that editing sessions can start from where a previous session finished.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Ensamblado:  Microsoft.SqlServer.DMQueryTask (en Microsoft.SqlServer.DMQueryTask.dll)

Sintaxis

'Declaración
Property QueryBuilderSpecification As String 
    Get 
    Set
'Uso
Dim instance As IDMQueryTask 
Dim value As String 

value = instance.QueryBuilderSpecification

instance.QueryBuilderSpecification = value
string QueryBuilderSpecification { get; set; }
property String^ QueryBuilderSpecification {
    String^ get ();
    void set (String^ value);
}
abstract QueryBuilderSpecification : string with get, set
function get QueryBuilderSpecification () : String 
function set QueryBuilderSpecification (value : String)

Valor de la propiedad

Tipo: System.String
The information about the state of the Microsoft SQL Server Integration Services UI between sessions so that editing sessions can start from where a previous session finished.

Vea también

Referencia

IDMQueryTask Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.DMQueryTask