IDTSServerUsageControl100.UseServerForFeatureEnumeration 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置一个值,该值指示服务器是否支持功能枚举。
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
属性值
如果服务器支持功能枚举,则为 true;否则为 false。
- 属性