IDTSProperty100 接口

定义

表示 DtsProperty 对象的接口。

public interface class IDTSProperty100
[System.Runtime.InteropServices.Guid("566AE6D3-5019-4E9E-A025-3FB8D9E0AA57")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSProperty100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("0E28AC8D-380D-459E-BFF1-FC4067EEE410")]
public interface IDTSProperty100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("C13D7713-96C4-43F7-A6B9-AADC1408F9C8")]
public interface IDTSProperty100
[<System.Runtime.InteropServices.Guid("566AE6D3-5019-4E9E-A025-3FB8D9E0AA57")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSProperty100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("0E28AC8D-380D-459E-BFF1-FC4067EEE410")>]
type IDTSProperty100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("C13D7713-96C4-43F7-A6B9-AADC1408F9C8")>]
type IDTSProperty100 = interface
Public Interface IDTSProperty100
属性

属性

ConnectionType

获取连接管理器用于创建连接的名称。

DataType

获取属性的数据类型。

Get

获取一个值,该值指示是否可以读取属性值。

Name

获取属性的名称。

PropertyKind

获取包含有关属性的自定义特性信息的 DTSPropertyKind 枚举。

Set

获取一个值,该值指示引用的对象属性是否可以更改。

TypeConverter

获取属性的类型转换器对象的程序集限定的类型名称。

UITypeEditor

获取属性的图形编辑器的程序集限定的类型名称。

方法

GetExport(Object)

指示是否可以导出对象的值。

GetExpression(Object)

获取指定对象的表达式。

GetPackagePath(Object)

获取指定包的位置的相对路径。

GetValue(Object)

返回属性的值。

SetExport(Object, Boolean)

设置指定对象的导出标志。

SetExpression(Object, String)

将指定的表达式分配给对象。

SetValue(Object, Object)

设置属性的值。

适用于