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. |
맨 위로 이동