Compartilhar via


Propriedade do RDL EnumReferencedObjects.ReferenceType

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the reference type.

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

Sintaxe

'Declaração
Public ReadOnly Property ReferenceType As DTSObjectReferenceType 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

EnumReferencedObjects Classe

Namespace Microsoft.SqlServer.Dts.Runtime