Compartilhar via


Propriedade do RDL IDTSEnumReferencedObjects100.ReferenceType

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

For more information, see EnumReferencedObjects.

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

Sintaxe

'Declaração
ReadOnly Property ReferenceType As DTSObjectReferenceType 
    Get
'Uso
Dim instance As IDTSEnumReferencedObjects100 
Dim value As DTSObjectReferenceType 

value = instance.ReferenceType
DTSObjectReferenceType ReferenceType { get; }
property DTSObjectReferenceType ReferenceType {
    DTSObjectReferenceType get ();
}
abstract ReferenceType : DTSObjectReferenceType
function get ReferenceType () : DTSObjectReferenceType

Valor da propriedade

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSObjectReferenceType

Consulte também

Referência

IDTSEnumReferencedObjects100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper