IDTSConnectionManagerHttp100.Certificate Property
This property supports the SQL Server 2008 infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in microsoft.sqlserver.dtsruntimewrap.dll)
Syntax
'Deklaracja
<DispIdAttribute(14)> _
Property Certificate As Byte()
[DispIdAttribute(14)]
byte[] Certificate { get; set; }
[DispIdAttribute(14)]
property array<unsigned char>^ Certificate {
array<unsigned char>^ get ();
void set ([InAttribute] array<unsigned char>^ pCertificate);
}
/** @property */
/** @attribute DispIdAttribute(14) */
byte[] get_Certificate ()
/** @property */
/** @attribute DispIdAttribute(14) */
void set_Certificate (/** @attribute InAttribute() */ byte[] pCertificate)
DispIdAttribute(14)
function get Certificate () : byte[]
DispIdAttribute(14)
function set Certificate (pCertificate : byte[])
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.