IDTSProperty100 接口

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Represents an interface for the DtsProperty object.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
<GuidAttribute("CB1A1884-1A6D-47CB-9A1F-509B1C7BAF5A")> _
Public Interface IDTSProperty100
用法
Dim instance As IDTSProperty100
[GuidAttribute("CB1A1884-1A6D-47CB-9A1F-509B1C7BAF5A")]
public interface IDTSProperty100
[GuidAttribute(L"CB1A1884-1A6D-47CB-9A1F-509B1C7BAF5A")]
public interface class IDTSProperty100
[<GuidAttribute("CB1A1884-1A6D-47CB-9A1F-509B1C7BAF5A")>]
type IDTSProperty100 =  interface end
public interface IDTSProperty100

IDTSProperty100 类型公开以下成员。

属性

  名称 说明
公共属性 ConnectionType 基础结构。Gets the name of the connection manager used to create the connection.
公共属性 DataType 基础结构。Gets the data type of the property.
公共属性 Get 基础结构。Gets a value that indicates whether a property value can be read.
公共属性 Name 基础结构。Gets the name of the property.
公共属性 PropertyKind 基础结构。Gets the DTSPropertyKind enumeration that contains information about the custom attributes on a property.
公共属性 Set 基础结构。Gets a value that indicates whether the referenced object property is changeable.
公共属性 TypeConverter 基础结构。Gets the assembly-qualified type name of the type converter object for the property.
公共属性 UITypeEditor 基础结构。Gets the assembly-qualified type name of the graphical editor for the property.

页首

方法

  名称 说明
公共方法 GetExport 基础结构。Indicates a value whether the object can be exported.
公共方法 GetExpression 基础结构。Gets the expression for the specified object.
公共方法 GetPackagePath 基础结构。Gets the relative path to the location of the specified package.
公共方法 GetValue 基础结构。Returns the value of the property.
公共方法 SetExport 基础结构。Sets the export flag for the specified object.
公共方法 SetExpression 基础结构。Assigns the specified expression to the object.
公共方法 SetValue 基础结构。Sets the value of the property.

页首

请参阅

参考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间