Właściwość SqlAssembly.PublicKey
Pobiera odnośny wirtualny plik dziennika klucz publicznego.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property PublicKey As Byte()
Get
Set
'Użycie
Dim instance As SqlAssembly
Dim value As Byte()
value = instance.PublicKey
instance.PublicKey = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public byte[] PublicKey { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property array<unsigned char>^ PublicKey {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member PublicKey : byte[] with get, set
function get PublicKey () : byte[]
function set PublicKey (value : byte[])
Wartość właściwości
Typ: array<System.Byte[]
A Uint8 wartość, która określa klucz publiczny dla odwołania wirtualny plik dziennika.
Zobacz także