DTS_MANAGED_INFO 구조
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Specifies a data managed information structure.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
<GuidAttribute("E2B2ED59-EBCD-40AB-8C8D-4E22424F3AB9")> _
Public Structure DTS_MANAGED_INFO
‘사용 방법
Dim instance As DTS_MANAGED_INFO
[GuidAttribute("E2B2ED59-EBCD-40AB-8C8D-4E22424F3AB9")]
public struct DTS_MANAGED_INFO
[GuidAttribute(L"E2B2ED59-EBCD-40AB-8C8D-4E22424F3AB9")]
public value class DTS_MANAGED_INFO
[<SealedAttribute>]
[<GuidAttribute("E2B2ED59-EBCD-40AB-8C8D-4E22424F3AB9")>]
type DTS_MANAGED_INFO = struct end
Jscript는 구조체의 사용을 지원하지만 새로운 구조체 선언은 지원하지 않습니다.
DTS_MANAGED_INFO 유형에서 다음 멤버를 표시합니다.
메서드
이름 | 설명 | |
---|---|---|
Equals | (ValueType에서 상속됨) | |
GetHashCode | (ValueType에서 상속됨) | |
GetType | (Object에서 상속됨) | |
ToString | (ValueType에서 상속됨) |
맨 위로 이동
필드
이름 | 설명 | |
---|---|---|
bstrClassID | 인프라입니다. Specifies the bstrClassID information. | |
bstrContactInfo | 인프라입니다. Specifies the bstrContactInfo. | |
bstrDescription | 인프라입니다. Specifies the bstrDescription information. | |
bstrFileName | 인프라입니다. Specifies the bstrFileName information. | |
bstrFileNameVersionString | 인프라입니다. Specifies the bstrFileNameVersionString information. | |
bstrHelpCollection | 인프라입니다. Specifies the bstrHelpCollection information. | |
bstrHelpKeyword | 인프라입니다. Specifies the bstrHelpKeyword information. | |
bstrIconFile | 인프라입니다. Specifies the bstrIconFile information. | |
bstrIconResource | 인프라입니다. Specifies the bstrIconResource information. | |
bstrName | 인프라입니다. Specifies the bstrName information. | |
bstrObjectType | 인프라입니다. Specifies the bstrObjectType information. | |
bstrSamplesTag | 인프라입니다. Specifies the bstrSamplesTag information. | |
bstrShapeProgId | 인프라입니다. Specifies the bstrShapeProgId information. | |
bstrUITypeName | 인프라입니다. Specifies the bstrUITypeName information. | |
lNoEditor | 인프라입니다. Specifies the lNoEditor information. | |
mitType | 인프라입니다. Specifies the mitType information. | |
pctType | 인프라입니다. Specifies the pctType information. |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.