Compartilhar via


Propriedade do RDL IDTSConfiguration100.ConfigurationType

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

For more information, see Configuration.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
Default Property ConfigurationType As DTSConfigurationType 
    Get 
    Set
'Uso
Dim instance As IDTSConfiguration100 
Dim value As DTSConfigurationType 

value = instance

instance = value
DTSConfigurationType this { get; set; }
property DTSConfigurationType default {
    DTSConfigurationType get ();
    void set (DTSConfigurationType value);
}
abstract ConfigurationType : DTSConfigurationType with get, set
function get ConfigurationType () : DTSConfigurationType 
function set ConfigurationType (value : DTSConfigurationType)

Valor da propriedade

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSConfigurationType

Consulte também

Referência

IDTSConfiguration100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper