Partager via


Propriété EnumReferencedObjects.ReferenceType

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the reference type.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ReferenceType As DTSObjectReferenceType 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

EnumReferencedObjects Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime