IDTSProperty100 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
代表对象的 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) |
确定该房产的价值。 |