Udostępnij za pośrednictwem


Właściwość EnumReferencedObjects.ReferenceType

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime
Zestaw:  Microsoft.SqlServer.ManagedDTS (w Microsoft.SqlServer.ManagedDTS.dll)

Składnia

'Deklaracja
Public ReadOnly Property ReferenceType As DTSObjectReferenceType
    Get
'Użycie
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