Метод GetInternalProperties

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

For more information, see DtsProperty.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
Sub GetInternalProperties ( _
    pProperties As IDTSProperties100 _
)
'Применение
Dim instance As IDTSHasInternalProperties100
Dim pProperties As IDTSProperties100

instance.GetInternalProperties(pProperties)
void GetInternalProperties(
    IDTSProperties100 pProperties
)
void GetInternalProperties(
    [InAttribute] IDTSProperties100^ pProperties
)
abstract GetInternalProperties : 
        pProperties:IDTSProperties100 -> unit 
function GetInternalProperties(
    pProperties : IDTSProperties100
)