Udostępnij za pośrednictwem


Właściwość IDTSPackage100.EnableConfigurations

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

Ten interfejs jest implementowany przez Package i PackageNeutral interfejsów.

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

Składnia

'Deklaracja
Property EnableConfigurations As Boolean
    Get
    Set
'Użycie
Dim instance As IDTSPackage100
Dim value As Boolean

value = instance.EnableConfigurations

instance.EnableConfigurations = value
bool EnableConfigurations { get; set; }
property bool EnableConfigurations {
    bool get ();
    void set (bool value);
}
abstract EnableConfigurations : bool with get, set
function get EnableConfigurations () : boolean
function set EnableConfigurations (value : boolean)

Wartość właściwości

Typ: System.Boolean