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. |
页首