PublicKey 属性
Gets the public key of the referenced assembly.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<SfcPropertyAttribute> _
Public Property PublicKey As Byte()
Get
Set
用法
Dim instance As SqlAssembly
Dim value As Byte()
value = instance.PublicKey
instance.PublicKey = value
[SfcPropertyAttribute]
public byte[] PublicKey { get; set; }
[SfcPropertyAttribute]
public:
property array<unsigned char>^ PublicKey {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
[<SfcPropertyAttribute>]
member PublicKey : byte[] with get, set
function get PublicKey () : byte[]
function set PublicKey (value : byte[])
属性值
类型:array<System. . :: . .Byte> [] () [] []
A Uint8 value that specifies the public key for the referenced assembly.