Classe ManagedHelper
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents the managed helper.
Questa API non è conforme a CLS.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Dts.Runtime.ManagedHelper
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
<GuidAttribute("EAEEE001-91AF-4306-AABA-C9ADDC89E7CE")> _
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class ManagedHelper _
Implements IDTSManagedHelper100
'Utilizzo
Dim instance As ManagedHelper
[GuidAttribute("EAEEE001-91AF-4306-AABA-C9ADDC89E7CE")]
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public sealed class ManagedHelper : IDTSManagedHelper100
[GuidAttribute(L"EAEEE001-91AF-4306-AABA-C9ADDC89E7CE")]
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class ManagedHelper sealed : IDTSManagedHelper100
[<SealedAttribute>]
[<GuidAttribute("EAEEE001-91AF-4306-AABA-C9ADDC89E7CE")>]
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
type ManagedHelper =
class
interface IDTSManagedHelper100
end
public final class ManagedHelper implements IDTSManagedHelper100
Nel tipo ManagedHelper sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
ManagedHelper | Infrastruttura. Initializes a new instance of the ManagedHelper class. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
CloseManagedConnection | Infrastruttura. Closes the connection. | |
DecryptDocument | Infrastruttura. Decrypts the password protected document. | |
EncryptDocument | Infrastruttura. Encrypts the document. | |
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetManagedConnection | Infrastruttura. Gets the managed connection for the helper. | |
GetNextManagedInfo | Infrastruttura. Gets the next managed information. | |
GetRawCertData | Infrastruttura. Gets the raw certificate. | |
GetType | Ereditato da Object. | |
MakeCertObject | Infrastruttura. Creates a certificate object. | |
OpenAssembly | Infrastruttura. Opens the helper assembly. | |
SignDocument | Infrastruttura. Signs the document associated with the helper. | |
ToString | Ereditato da Object. | |
VerifyDocument | Infrastruttura. Verifies the document associated with the helper. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.