언어

IDTSProperty100 인터페이스

정의

객체의 DtsProperty 인터페이스를 나타냅니다.

public interface class IDTSProperty100
[System.Runtime.InteropServices.Guid("566AE6D3-5019-4E9E-A025-3FB8D9E0AA57")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSProperty100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("0E28AC8D-380D-459E-BFF1-FC4067EEE410")]
public interface IDTSProperty100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("C13D7713-96C4-43F7-A6B9-AADC1408F9C8")]
public interface IDTSProperty100
[<System.Runtime.InteropServices.Guid("566AE6D3-5019-4E9E-A025-3FB8D9E0AA57")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSProperty100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("0E28AC8D-380D-459E-BFF1-FC4067EEE410")>]
type IDTSProperty100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("C13D7713-96C4-43F7-A6B9-AADC1408F9C8")>]
type IDTSProperty100 = interface
Public Interface IDTSProperty100
특성

속성

Name Description
ConnectionType

연결을 생성하는 데 사용된 연결 관리자의 이름을 받습니다.

DataType

속성의 데이터 타입을 얻습니다.

Get

부동산 가치를 읽을 수 있는지 나타내는 값을 얻습니다.

Name

속성의 이름을 가져옵니다.

PropertyKind

속성의 사용자 지정 속성에 관한 정보를 포함하는 열거를 가져옵 DTSPropertyKind 니다.

Set

참조된 객체 속성이 변경 가능한지 여부를 나타내는 값을 얻습니다.

TypeConverter

속성의 타입 변환기 객체의 어셈블리 자격 타입 이름을 얻습니다.

UITypeEditor

속성의 그래픽 편집기의 어셈블리 자격 타입 이름을 얻습니다.

메서드

Name Description
GetExport(Object)

객체가 내보낼 수 있는지 여부를 나타내는 값을 나타냅니다.

GetExpression(Object)

지정된 객체의 표현식을 얻습니다.

GetPackagePath(Object)

지정된 패키지 위치까지의 상대 경로를 얻습니다.

GetValue(Object)

부동산 가치를 반환합니다.

SetExport(Object, Boolean)

지정된 객체에 대한 내보내기 플래그를 설정합니다.

SetExpression(Object, String)

지정된 표현식을 객체에 할당합니다.

SetValue(Object, Object)

부동산 가치를 정합니다.

적용 대상