EnumReferencedObjects.ReferenceType 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets the reference type.
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public ReadOnly Property ReferenceType As DTSObjectReferenceType
Get
用法
Dim instance As EnumReferencedObjects
Dim value As DTSObjectReferenceType
value = instance.ReferenceType
public DTSObjectReferenceType ReferenceType { get; }
public:
property DTSObjectReferenceType ReferenceType {
DTSObjectReferenceType get ();
}
member ReferenceType : DTSObjectReferenceType
function get ReferenceType () : DTSObjectReferenceType
属性值
类型:Microsoft.SqlServer.Dts.Runtime.DTSObjectReferenceType
The reference type.