Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Provides properties for controlling DTS server usage.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("6A022AB3-8344-4173-8DAE-6D2A0DCE538A")> _
Public Interface IDTSServerUsageControl100
'Usage
Dim instance As IDTSServerUsageControl100
[GuidAttribute("6A022AB3-8344-4173-8DAE-6D2A0DCE538A")]
public interface IDTSServerUsageControl100
[GuidAttribute(L"6A022AB3-8344-4173-8DAE-6D2A0DCE538A")]
public interface class IDTSServerUsageControl100
[<GuidAttribute("6A022AB3-8344-4173-8DAE-6D2A0DCE538A")>]
type IDTSServerUsageControl100 = interface end
public interface IDTSServerUsageControl100
The IDTSServerUsageControl100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
UseServerForFeatureEnumeration | Infrastructure. Sets a value that indicates whether the server supports for feature enumeration. |
Top