Share via


SqlAssembly.PublicKey 속성

Gets the public key of the referenced assembly.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property PublicKey As Byte()
    Get 
    Set
‘사용 방법
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[])

속성 값

유형: array<System.Byte[]
A Uint8 value that specifies the public key for the referenced assembly.

속성 설정

참고 항목

참조

SqlAssembly 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

CREATE ASSEMBLY(Transact-SQL)