IDTSProperty100 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
- 특성
속성
ConnectionType |
연결을 만드는 데 사용되는 연결 관리자의 이름을 가져옵니다. |
DataType |
속성의 데이터 형식을 가져옵니다. |
Get |
속성 값을 읽을 수 있는지 여부를 나타내는 값을 가져옵니다. |
Name |
속성 이름을 가져옵니다. |
PropertyKind |
속성에 대한 사용자 지정 특성의 정보를 포함하는 DTSPropertyKind 열거형을 가져옵니다. |
Set |
참조된 개체 속성을 변경할 수 있는지 여부를 나타내는 값을 가져옵니다. |
TypeConverter |
속성의 유형 변환기 개체에 대한 어셈블리의 정규화된 유형 이름을 가져옵니다. |
UITypeEditor |
속성의 그래픽 편집기에 대한 어셈블리의 정규화된 유형 이름을 가져옵니다. |
메서드
GetExport(Object) |
개체를 내보낼 수 있는지 여부를 나타내는 값을 지정합니다. |
GetExpression(Object) |
지정한 개체에 대한 식을 가져옵니다. |
GetPackagePath(Object) |
지정된 패키지의 위치에 대한 상대 경로를 가져옵니다. |
GetValue(Object) |
속성 값을 반환합니다. |
SetExport(Object, Boolean) |
지정한 개체에 대한 내보내기 플래그를 설정합니다. |
SetExpression(Object, String) |
지정한 식을 개체에 할당합니다. |
SetValue(Object, Object) |
속성 값을 설정합니다. |