Метод GetInternalProperties
Этот API-интерфейс поддерживается в инфраструктуре .NET Framework и не предназначается для использования непосредственно из программного кода.
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
)