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


Метод IDTSHasInternalProperties100.GetInternalProperties

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

Gets the specified internal properties.

Пространство имен:  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
)

Параметры

Замечания

For more information, see DtsProperty.

См. также

Справочник

IDTSHasInternalProperties100 Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper