共用方式為


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 命名空間