IDTSProperty100 接口
此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。
For more information, see DtsProperty.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<GuidAttribute("A5B0ADE5-7E4A-45D3-A538-0E6922CAC23A")> _
Public Interface IDTSProperty100
用法
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
IDTSProperty100 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
ConnectionType | 基础结构。For more information, see DtsProperty. | |
DataType | 基础结构。For more information, see DtsProperty. | |
Get | 基础结构。For more information, see DtsProperty. | |
Name | 基础结构。For more information, see DtsProperty. | |
PropertyKind | 基础结构。For more information, see DtsProperty. | |
Set | 基础结构。For more information, see DtsProperty. | |
TypeConverter | 基础结构。For more information, see DtsProperty. | |
UITypeEditor | 基础结构。For more information, see DtsProperty. |
页首
方法
名称 | 说明 | |
---|---|---|
GetExport | 基础结构。For more information, see DtsProperty. | |
GetExpression | 基础结构。For more information, see DtsProperty. | |
GetPackagePath | 基础结构。For more information, see DtsProperty. | |
GetValue | 基础结构。For more information, see DtsProperty. | |
SetExport | 基础结构。For more information, see DtsProperty. | |
SetExpression | 基础结构。For more information, see DtsProperty. | |
SetValue | 基础结构。For more information, see DtsProperty. |
页首