DTSObjectReferenceType 열거형
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Specifies the types of objects that the ObjectReferenceTracker class will provide impact analysis for. This enumeration is used by the EnumReferencedObjects class, which in turn is used by the Package class in its FindReferencedObjects method.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
Public Enumeration DTSObjectReferenceType
‘사용 방법
Dim instance As DTSObjectReferenceType
public enum DTSObjectReferenceType
public enum class DTSObjectReferenceType
type DTSObjectReferenceType
public enum DTSObjectReferenceType
멤버
멤버 이름 | 설명 | |
---|---|---|
DTSORT_CONNECTION | A connection. | |
DTSORT_VARIABLE_READONLY | A read-only variable. | |
DTSORT_VARIABLE_READWRITE | A read/write variable. |
주의
For more information, see DTSObjectReferenceType.