IDTSServerUsageControl100.UseServerForFeatureEnumeration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets a value that indicates whether the server supports for feature enumeration.
public:
property bool UseServerForFeatureEnumeration { void set(bool value); };
[System.Runtime.InteropServices.DispId(1610743808)]
public bool UseServerForFeatureEnumeration { [System.Runtime.InteropServices.DispId(1610743808)] set; }
[<System.Runtime.InteropServices.DispId(1610743808)>]
[<set: System.Runtime.InteropServices.DispId(1610743808)>]
member this.UseServerForFeatureEnumeration : bool
Public Property UseServerForFeatureEnumeration As Boolean
Property Value
true if the server supports for feature enumeration; otherwise, false.
- Attributes