Provides a means for disabling DSN, even if the server supports it.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property Enabled As Boolean |
| C# | |
|---|
public bool Enabled {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property bool get_Enabled();
public: __property void set_Enabled(
bool value
); |
| C++/CLI | |
|---|
public:
property bool Enabled {
bool get();
void set ( bool value);
} |
Property Value
true if DSN should be enabled; otherwise false. The default value is true.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also