次の方法で共有


IDTSExtendedProperties100 インターフェイス

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

詳細については、「ExtendedProperties」を参照してください。

名前空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)

構文

'宣言
<GuidAttribute("55A8752D-797C-444F-A489-3365D15A6841")> _
Public Interface IDTSExtendedProperties100 _
    Inherits IEnumerable
'使用
Dim instance As IDTSExtendedProperties100
[GuidAttribute("55A8752D-797C-444F-A489-3365D15A6841")]
public interface IDTSExtendedProperties100 : IEnumerable
[GuidAttribute(L"55A8752D-797C-444F-A489-3365D15A6841")]
public interface class IDTSExtendedProperties100 : IEnumerable
[<GuidAttribute("55A8752D-797C-444F-A489-3365D15A6841")>]
type IDTSExtendedProperties100 =  
    interface
        interface IEnumerable
    end
public interface IDTSExtendedProperties100 extends IEnumerable