IDTSProperty100 Interface
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see DtsProperty.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("A5B0ADE5-7E4A-45D3-A538-0E6922CAC23A")> _
Public Interface IDTSProperty100
'Usage
Dim instance As IDTSProperty100
[GuidAttribute("A5B0ADE5-7E4A-45D3-A538-0E6922CAC23A")]
public interface IDTSProperty100
[GuidAttribute(L"A5B0ADE5-7E4A-45D3-A538-0E6922CAC23A")]
public interface class IDTSProperty100
[<GuidAttribute("A5B0ADE5-7E4A-45D3-A538-0E6922CAC23A")>]
type IDTSProperty100 = interface end
public interface IDTSProperty100
The IDTSProperty100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
ConnectionType | Infrastructure. For more information, see DtsProperty. | |
DataType | Infrastructure. For more information, see DtsProperty. | |
Get | Infrastructure. For more information, see DtsProperty. | |
Name | Infrastructure. For more information, see DtsProperty. | |
PropertyKind | Infrastructure. For more information, see DtsProperty. | |
Set | Infrastructure. For more information, see DtsProperty. | |
TypeConverter | Infrastructure. For more information, see DtsProperty. | |
UITypeEditor | Infrastructure. For more information, see DtsProperty. |
Top
Methods
Name | Description | |
---|---|---|
GetExport | Infrastructure. For more information, see DtsProperty. | |
GetExpression | Infrastructure. For more information, see DtsProperty. | |
GetPackagePath | Infrastructure. For more information, see DtsProperty. | |
GetValue | Infrastructure. For more information, see DtsProperty. | |
SetExport | Infrastructure. For more information, see DtsProperty. | |
SetExpression | Infrastructure. For more information, see DtsProperty. | |
SetValue | Infrastructure. For more information, see DtsProperty. |
Top