Classe EnumReferencedObjects
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Enumerates the referenced objects.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Dts.Runtime.DtsObject
Microsoft.SqlServer.Dts.Runtime.EnumReferencedObjects
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Public NotInheritable Class EnumReferencedObjects _
Inherits DtsObject
'Uso
Dim instance As EnumReferencedObjects
public sealed class EnumReferencedObjects : DtsObject
public ref class EnumReferencedObjects sealed : public DtsObject
[<SealedAttribute>]
type EnumReferencedObjects =
class
inherit DtsObject
end
public final class EnumReferencedObjects extends DtsObject
O tipo EnumReferencedObjects expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Object | Infraestrutura. Gets the referenced objects. | |
ReferenceType | Infraestrutura. Gets the reference type. | |
UsageDescription | Infraestrutura. Gets the usage description | |
UsageLocation | Infraestrutura. Gets the usage location. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | Determines whether two object instances are equal. (Herdado de DtsObject.) | |
GetHashCode | Returns the hash code for this instance. (Herdado de DtsObject.) | |
GetType | (Herdado de Object.) | |
Next | Infraestrutura. Displays the next object. | |
Skip | Infraestrutura. Skips the current object. | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.