Classe ManagedHelper.ManagedPropertyHelper
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents the managed property header.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Dts.Runtime.ManagedHelper.ManagedPropertyHelper
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
<ComVisibleAttribute(True)> _
<GuidAttribute("AA742C98-F0DE-4770-8CF2-EAB3C79D7BC0")> _
Public NotInheritable Class ManagedPropertyHelper _
Implements IDTSManagedPropertyHelper100
'Uso
Dim instance As ManagedHelper.ManagedPropertyHelper
[ComVisibleAttribute(true)]
[GuidAttribute("AA742C98-F0DE-4770-8CF2-EAB3C79D7BC0")]
public sealed class ManagedPropertyHelper : IDTSManagedPropertyHelper100
[ComVisibleAttribute(true)]
[GuidAttribute(L"AA742C98-F0DE-4770-8CF2-EAB3C79D7BC0")]
public ref class ManagedPropertyHelper sealed : IDTSManagedPropertyHelper100
[<SealedAttribute>]
[<ComVisibleAttribute(true)>]
[<GuidAttribute("AA742C98-F0DE-4770-8CF2-EAB3C79D7BC0")>]
type ManagedPropertyHelper =
class
interface IDTSManagedPropertyHelper100
end
public final class ManagedPropertyHelper implements IDTSManagedPropertyHelper100
O tipo ManagedHelper.ManagedPropertyHelper expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ManagedHelper.ManagedPropertyHelper | Infraestrutura. Initializes a new instance of the ManagedHelper.ManagedPropertyHelper class. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetNextManagedProperty | Infraestrutura. Gets the next managed property. | |
GetPropertyValue | Infraestrutura. Gets the property value. | |
GetType | (Herdado de Object.) | |
ReflectOnObject | Infraestrutura. Reflects the helper on object. | |
SetPropertyValue | Infraestrutura. Sets the property value associated with the helper. | |
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.