Compartir a través de


EnumReferencedObjects.ReferenceType Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the reference type.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

EnumReferencedObjects Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime