Share via


EnumReferencedObjects.ReferenceType Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets the reference type.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public ReadOnly Property ReferenceType As DTSObjectReferenceType 
    Get
'Usage
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

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.DTSObjectReferenceType
The reference type.

See Also

Reference

EnumReferencedObjects Class

Microsoft.SqlServer.Dts.Runtime Namespace