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. |
上層