Поделиться через


Интерфейс IDTSExtendedProperties100

Этот API-интерфейс поддерживается в инфраструктуре .NET Framework и не предназначается для использования непосредственно из программного кода.

For more information, see 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