Udostępnij przez


Właściwość IDTSConfiguration100.ConfigurationType

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Aby uzyskać więcej informacji, zobacz temat Configuration.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw:  Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)

Składnia

'Deklaracja
Default Property ConfigurationType As DTSConfigurationType
    Get
    Set
'Użycie
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)