Proprietà EnumReferencedObjects.ReferenceType

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the reference type.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

EnumReferencedObjects Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime