Propriedade ReferenceType
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
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
Consulte também