다음을 통해 공유


ManagedHelper.ManagedPropertyHelper 클래스

이 API는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS.dll의 Microsoft.SqlServer.ManagedDTS

구문

‘선언
<GuidAttribute("6C030BD5-CA90-4727-8C3B-241D91CB2768")> _
<ComVisibleAttribute(True)> _
Public NotInheritable Class ManagedPropertyHelper _
    Implements IDTSManagedPropertyHelper100
‘사용 방법
Dim instance As ManagedHelper.ManagedPropertyHelper
[GuidAttribute("6C030BD5-CA90-4727-8C3B-241D91CB2768")]
[ComVisibleAttribute(true)]
public sealed class ManagedPropertyHelper : IDTSManagedPropertyHelper100
[GuidAttribute(L"6C030BD5-CA90-4727-8C3B-241D91CB2768")]
[ComVisibleAttribute(true)]
public ref class ManagedPropertyHelper sealed : IDTSManagedPropertyHelper100
[<SealedAttribute>]
[<GuidAttribute("6C030BD5-CA90-4727-8C3B-241D91CB2768")>]
[<ComVisibleAttribute(true)>]
type ManagedPropertyHelper =  
    class
        interface IDTSManagedPropertyHelper100
    end
public final class ManagedPropertyHelper implements IDTSManagedPropertyHelper100

상속 계층 구조

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime..::..ManagedHelper..::..ManagedPropertyHelper

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.