หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the certificate.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Property Certificate As Byte()
Get
Set
'Usage
Dim instance As IDTSHttpClientConnection100
Dim value As Byte()
value = instance.Certificate
instance.Certificate = value
byte[] Certificate { get; set; }
property array<unsigned char>^ Certificate {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
abstract Certificate : byte[] with get, set
function get Certificate () : byte[]
function set Certificate (value : byte[])
Property Value
Type: array<System.Byte[]
The certificate.