Properties 介面

定義

public interface class Properties : Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2017::IDTSProperties130
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.PropertiesClass))]
[System.Runtime.InteropServices.Guid("3F4DD153-8240-4F2A-BC25-5CD85E503072")]
public interface Properties : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.IDTSProperties130
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.PropertiesClass))>]
[<System.Runtime.InteropServices.Guid("3F4DD153-8240-4F2A-BC25-5CD85E503072")>]
type Properties = interface
    interface IDTSProperties130
Public Interface Properties
Implements IDTSProperties130
衍生
屬性
實作

屬性

名稱 Description
Count (繼承來源 IDTSProperties130)
Item[Object] (繼承來源 IDTSProperties130)

方法

名稱 Description
Add(IDTSProperty100) (繼承來源 IDTSProperties130)
GetEnumerator() (繼承來源 IDTSProperties130)
InitProperties(Object, Guid, Object, Guid, Int32) (繼承來源 IDTSProperties130)

適用於