Share via


IDTSServerUsageControl100.UseServerForFeatureEnumeration Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Sets a value that indicates whether the server supports for feature enumeration.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
WriteOnly Property UseServerForFeatureEnumeration As Boolean 
    Set
'Usage
Dim instance As IDTSServerUsageControl100 
Dim value As Boolean

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

Property Value

Type: System.Boolean
true if the server supports for feature enumeration; otherwise, false.

See Also

Reference

IDTSServerUsageControl100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace