다음을 통해 공유


IDTSProperty100 인터페이스

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Represents an interface for the DtsProperty object.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리:  Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)

구문

‘선언
<GuidAttribute("CB1A1884-1A6D-47CB-9A1F-509B1C7BAF5A")> _
Public Interface IDTSProperty100
‘사용 방법
Dim instance As IDTSProperty100
[GuidAttribute("CB1A1884-1A6D-47CB-9A1F-509B1C7BAF5A")]
public interface IDTSProperty100
[GuidAttribute(L"CB1A1884-1A6D-47CB-9A1F-509B1C7BAF5A")]
public interface class IDTSProperty100
[<GuidAttribute("CB1A1884-1A6D-47CB-9A1F-509B1C7BAF5A")>]
type IDTSProperty100 =  interface end
public interface IDTSProperty100

IDTSProperty100 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 ConnectionType 인프라입니다. Gets the name of the connection manager used to create the connection.
공용 속성 DataType 인프라입니다. Gets the data type of the property.
공용 속성 Get 인프라입니다. Gets a value that indicates whether a property value can be read.
공용 속성 Name 인프라입니다. Gets the name of the property.
공용 속성 PropertyKind 인프라입니다. Gets the DTSPropertyKind enumeration that contains information about the custom attributes on a property.
공용 속성 Set 인프라입니다. Gets a value that indicates whether the referenced object property is changeable.
공용 속성 TypeConverter 인프라입니다. Gets the assembly-qualified type name of the type converter object for the property.
공용 속성 UITypeEditor 인프라입니다. Gets the assembly-qualified type name of the graphical editor for the property.

맨 위로 이동

메서드

  이름 설명
공용 메서드 GetExport 인프라입니다. Indicates a value whether the object can be exported.
공용 메서드 GetExpression 인프라입니다. Gets the expression for the specified object.
공용 메서드 GetPackagePath 인프라입니다. Gets the relative path to the location of the specified package.
공용 메서드 GetValue 인프라입니다. Returns the value of the property.
공용 메서드 SetExport 인프라입니다. Sets the export flag for the specified object.
공용 메서드 SetExpression 인프라입니다. Assigns the specified expression to the object.
공용 메서드 SetValue 인프라입니다. Sets the value of the property.

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Dts.Runtime.Wrapper 네임스페이스